mirror of
https://gitlab.com/camelot/kickc.git
synced 2024-11-27 19:50:10 +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);
|
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 {
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user