mirror of
https://gitlab.com/camelot/kickc.git
synced 2025-08-09 20:25:17 +00:00
Reinstated tests.
This commit is contained in:
@@ -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 {
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user