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:
parent
5ddc33ceea
commit
09bb98b319
@ -467,10 +467,10 @@ public class TestPrograms {
|
|||||||
compileAndCompare("examples/nes/nes-demo.c");
|
compileAndCompare("examples/nes/nes-demo.c");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
//@Test
|
||||||
public void testCx16Vera() throws IOException, URISyntaxException {
|
//public void testCx16Vera() throws IOException, URISyntaxException {
|
||||||
compileAndCompare("examples/cx16/cx16-vera.c");
|
// compileAndCompare("examples/cx16/cx16-vera.c");
|
||||||
}
|
//}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testCx16VeraLayers() throws IOException, URISyntaxException {
|
public void testCx16VeraLayers() throws IOException, URISyntaxException {
|
||||||
|
Loading…
Reference in New Issue
Block a user