mirror of
https://gitlab.com/camelot/kickc.git
synced 2024-11-26 12:49:21 +00:00
Fixed syntax error.
This commit is contained in:
parent
969301af0f
commit
97f49cb93c
@ -46,7 +46,7 @@ public class TestPrograms {
|
||||
|
||||
@Test
|
||||
public void testPlus4KeyboardTest() throws IOException, URISyntaxException {
|
||||
compileAndCompare("plus4-keyboard-test.c")
|
||||
compileAndCompare("plus4-keyboard-test.c");
|
||||
}
|
||||
|
||||
@Test
|
||||
|
Loading…
Reference in New Issue
Block a user