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) { switch (c) {
case '"': case '"':
writer.write("\\\""); writer.write("\\\"");
break;
case '\\': case '\\':
writer.write("\\\\"); writer.write("\\\\");
break; break;