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