Skip to content

Commit ce82a26

Browse files
committed
Forgotten Test Change
1 parent 322566f commit ce82a26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/compiler/StmtSwitchStmtParserTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,6 @@ public void testSwitchProgram03() throws Exception {
7777
PRINT out;
7878
}
7979
""";
80-
testParser(program, "5\n");
80+
testParser(program, "4\n3\n");
8181
}
8282
}

0 commit comments

Comments
 (0)