1
0
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:
jespergravgaard
2020-01-20 21:41:14 +01:00
parent bcb617ef58
commit 3b68c1b33e

View File

@@ -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 {