mirror of
https://gitlab.com/camelot/kickc.git
synced 2025-08-07 22:25:13 +00:00
Moved in attempt to avoid conflict.
This commit is contained in:
@@ -32,16 +32,6 @@ public class TestPrograms {
|
|||||||
public TestPrograms() {
|
public TestPrograms() {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
|
||||||
public void testLoopBreakNested() throws IOException, URISyntaxException {
|
|
||||||
compileAndCompare("loop-break-nested");
|
|
||||||
}
|
|
||||||
|
|
||||||
@Test
|
|
||||||
public void testLoopBreak() throws IOException, URISyntaxException {
|
|
||||||
compileAndCompare("loop-break");
|
|
||||||
}
|
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testNoLocalScope() throws IOException, URISyntaxException {
|
public void testNoLocalScope() throws IOException, URISyntaxException {
|
||||||
compileAndCompare("localscope-loops");
|
compileAndCompare("localscope-loops");
|
||||||
@@ -77,6 +67,17 @@ public class TestPrograms {
|
|||||||
compileAndCompare("examples/music/music");
|
compileAndCompare("examples/music/music");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
public void testLoopBreakNested() throws IOException, URISyntaxException {
|
||||||
|
compileAndCompare("loop-break-nested");
|
||||||
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
public void testLoopBreak() throws IOException, URISyntaxException {
|
||||||
|
compileAndCompare("loop-break");
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testConstEarlyIdentification() throws IOException, URISyntaxException {
|
public void testConstEarlyIdentification() throws IOException, URISyntaxException {
|
||||||
compileAndCompare("const-early-identification");
|
compileAndCompare("const-early-identification");
|
||||||
|
Reference in New Issue
Block a user