1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-09-09 08:54:40 +00:00

Fixed syntax error.

This commit is contained in:
jespergravgaard 2020-05-16 13:05:59 +02:00
parent 969301af0f
commit 97f49cb93c

View File

@ -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