diff --git a/src/test/java/dk/camelot64/kickc/test/TestPrograms.java b/src/test/java/dk/camelot64/kickc/test/TestPrograms.java index c0e21c539..cc54987f7 100644 --- a/src/test/java/dk/camelot64/kickc/test/TestPrograms.java +++ b/src/test/java/dk/camelot64/kickc/test/TestPrograms.java @@ -467,10 +467,10 @@ public class TestPrograms { compileAndCompare("examples/nes/nes-demo.c"); } - @Test - public void testCx16Vera() throws IOException, URISyntaxException { - compileAndCompare("examples/cx16/cx16-vera.c"); - } + //@Test + //public void testCx16Vera() throws IOException, URISyntaxException { + // compileAndCompare("examples/cx16/cx16-vera.c"); + //} @Test public void testCx16VeraLayers() throws IOException, URISyntaxException {