From 21d7c6849c2a07d72592afcbd88235eddc3b8e32 Mon Sep 17 00:00:00 2001 From: jespergravgaard Date: Mon, 22 Apr 2019 13:47:22 +0200 Subject: [PATCH] Added tests failing due to constant type interference problems. Working on #181 --- .../java/dk/camelot64/kickc/test/TestPrograms.java | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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 {