mirror of
https://gitlab.com/camelot/kickc.git
synced 2024-11-23 23:32:55 +00:00
Reinstated tests.
This commit is contained in:
parent
0f813d9d0f
commit
4373150634
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user