From 437315063402e20ba2615613164998a39c50ba8e Mon Sep 17 00:00:00 2001 From: jespergravgaard Date: Tue, 2 Oct 2018 02:14:12 +0200 Subject: [PATCH] Reinstated tests. --- src/test/java/dk/camelot64/kickc/test/TestFragments.java | 4 ---- src/test/java/dk/camelot64/kickc/test/TestPrograms.java | 2 -- 2 files changed, 6 deletions(-) diff --git a/src/test/java/dk/camelot64/kickc/test/TestFragments.java b/src/test/java/dk/camelot64/kickc/test/TestFragments.java index 05131389d..54a53a80b 100644 --- a/src/test/java/dk/camelot64/kickc/test/TestFragments.java +++ b/src/test/java/dk/camelot64/kickc/test/TestFragments.java @@ -30,8 +30,6 @@ public class TestFragments { AsmFragmentTemplateUsages.logUsages(log, false, false, false, false, false, false); } - /* - @Test public void testAssignmentsBu() throws IOException, URISyntaxException { testFragments("fragments-assignment-copy", assignmentsBu()); @@ -280,8 +278,6 @@ public class TestFragments { return false; } - */ - /** A signature that is part of a fragment signature. The signature may have sub-values (eg. if. it is a _derefidx_ signature */ public static class Value { diff --git a/src/test/java/dk/camelot64/kickc/test/TestPrograms.java b/src/test/java/dk/camelot64/kickc/test/TestPrograms.java index 1a7610c2d..a687b28c8 100644 --- a/src/test/java/dk/camelot64/kickc/test/TestPrograms.java +++ b/src/test/java/dk/camelot64/kickc/test/TestPrograms.java @@ -46,7 +46,6 @@ public class TestPrograms { AsmFragmentTemplateUsages.logUsages(log, false, false, false, false, false, false); } - /* @Test public void testBitwiseNot() throws IOException, URISyntaxException { compileAndCompare("bitwise-not"); @@ -1088,7 +1087,6 @@ public class TestPrograms { return binFile; } -*/ /** * Ensures that the path to the passed file is created. * @param file The file to create a path for