1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-12-27 09:31:18 +00:00

Fixed test data.

This commit is contained in:
jespergravgaard 2021-01-23 14:04:33 +01:00
parent 5ddc33ceea
commit 09bb98b319

View File

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