1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-11-27 19:50:10 +00:00

Reinstated tests.

This commit is contained in:
jespergravgaard 2018-10-02 02:14:12 +02:00
parent 0f813d9d0f
commit 4373150634
2 changed files with 0 additions and 6 deletions

View File

@ -30,8 +30,6 @@ public class TestFragments {
AsmFragmentTemplateUsages.logUsages(log, false, false, false, false, false, false); AsmFragmentTemplateUsages.logUsages(log, false, false, false, false, false, false);
} }
/*
@Test @Test
public void testAssignmentsBu() throws IOException, URISyntaxException { public void testAssignmentsBu() throws IOException, URISyntaxException {
testFragments("fragments-assignment-copy", assignmentsBu()); testFragments("fragments-assignment-copy", assignmentsBu());
@ -280,8 +278,6 @@ public class TestFragments {
return false; return false;
} }
*/
/** A signature that is part of a fragment signature. The signature may have sub-values (eg. if. it is a _derefidx_ signature */ /** 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 { public static class Value {

View File

@ -46,7 +46,6 @@ public class TestPrograms {
AsmFragmentTemplateUsages.logUsages(log, false, false, false, false, false, false); AsmFragmentTemplateUsages.logUsages(log, false, false, false, false, false, false);
} }
/*
@Test @Test
public void testBitwiseNot() throws IOException, URISyntaxException { public void testBitwiseNot() throws IOException, URISyntaxException {
compileAndCompare("bitwise-not"); compileAndCompare("bitwise-not");
@ -1088,7 +1087,6 @@ public class TestPrograms {
return binFile; return binFile;
} }
*/
/** /**
* Ensures that the path to the passed file is created. * Ensures that the path to the passed file is created.
* @param file The file to create a path for * @param file The file to create a path for