mirror of
https://gitlab.com/camelot/kickc.git
synced 2025-08-14 22:27:37 +00:00
re-enabled test.
This commit is contained in:
@@ -37,10 +37,10 @@ public class TestPrograms {
|
||||
public TestPrograms() {
|
||||
}
|
||||
|
||||
//@Test
|
||||
//public void testSqrDelta() throws IOException, URISyntaxException {
|
||||
// compileAndCompare("sqr-delta");
|
||||
//}
|
||||
@Test
|
||||
public void testSqrDelta() throws IOException, URISyntaxException {
|
||||
compileAndCompare("sqr-delta");
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testRegister1() throws IOException, URISyntaxException {
|
||||
|
Reference in New Issue
Block a user