diff --git a/src/test/java/dk/camelot64/kickc/test/TestPrograms.java b/src/test/java/dk/camelot64/kickc/test/TestPrograms.java index ffc35221a..5338c68be 100644 --- a/src/test/java/dk/camelot64/kickc/test/TestPrograms.java +++ b/src/test/java/dk/camelot64/kickc/test/TestPrograms.java @@ -47,12 +47,12 @@ public class TestPrograms { @Test public void testOperatorByte1() throws IOException, URISyntaxException { - compileAndCompare("operator-byte1.c", log()); + compileAndCompare("operator-byte1.c"); } @Test public void testOperatorByte0() throws IOException, URISyntaxException { - compileAndCompare("operator-byte0.c", log()); + compileAndCompare("operator-byte0.c"); } @Test