1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-11-20 02:32:36 +00:00

Added tests failing due to constant type interference problems. Working on #181

This commit is contained in:
jespergravgaard 2019-04-22 13:47:22 +02:00
parent 88e3ad66b7
commit 21d7c6849c

View File

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