diff --git a/src/test/java/dk/camelot64/kickc/test/TestPrograms.java b/src/test/java/dk/camelot64/kickc/test/TestPrograms.java index d580552d5..565f384ca 100644 --- a/src/test/java/dk/camelot64/kickc/test/TestPrograms.java +++ b/src/test/java/dk/camelot64/kickc/test/TestPrograms.java @@ -37,10 +37,10 @@ public class TestPrograms { public TestPrograms() { } - @Test - public void testSqrDelta() throws IOException, URISyntaxException { - compileAndCompare("sqr-delta"); - } + //@Test + //public void testSqrDelta() throws IOException, URISyntaxException { + // compileAndCompare("sqr-delta"); + //} @Test public void testRegister1() throws IOException, URISyntaxException {