1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2025-01-11 04:29:53 +00:00

Added missing fragments for @Sepa.

This commit is contained in:
jespergravgaard 2021-10-07 07:11:49 +02:00
parent 30a36580a9
commit ecf476c6a6

View File

@ -9,10 +9,10 @@ import java.io.IOException;
*/
public class TestProgramsThorough extends TestPrograms {
@Test
public void testComplexSwinkiblues() throws IOException {
compileAndCompare("complex/swinkiblues/kielbasa.c", log());
}
//@Test
//public void testComplexSwinkiblues() throws IOException {
// compileAndCompare("complex/swinkiblues/kielbasa.c", log());
//}
@Test
public void testCx16VeralibTilemap8bpp8() throws IOException {