diff --git a/src/test/java/dk/camelot64/kickc/test/TestPrograms.java b/src/test/java/dk/camelot64/kickc/test/TestPrograms.java index 8877be5d6..59d4212f9 100644 --- a/src/test/java/dk/camelot64/kickc/test/TestPrograms.java +++ b/src/test/java/dk/camelot64/kickc/test/TestPrograms.java @@ -37,15 +37,15 @@ public class TestPrograms { // compileAndCompare("pointer-cast-3"); //} - //@Test - //public void testTypeIdPlusByteProblem() throws IOException, URISyntaxException { - // compileAndCompare("typeid-plus-byte-problem"); - //} + @Test + public void testTypeIdPlusByteProblem() throws IOException, URISyntaxException { + compileAndCompare("typeid-plus-byte-problem"); + } //@Test - //public void testTypeIdPlusBytes() throws IOException, URISyntaxException { - // compileAndCompare("typeid-plus-bytes"); - //} + public void testTypeIdPlusBytes() throws IOException, URISyntaxException { + compileAndCompare("typeid-plus-bytes"); + } @Test public void testTypeIdSimple() throws IOException, URISyntaxException {