Fix checkstyle errors

This commit is contained in:
Alexey Andreev 2020-02-27 19:02:47 +03:00
parent ea36a1fca8
commit aefdee2507

View File

@ -982,6 +982,7 @@ public class TeaVMTestRunner extends Runner implements Filterable {
switch (c) {
case '"':
writer.write("\\\"");
break;
case '\\':
writer.write("\\\\");
break;