mirror of
https://gitlab.com/camelot/kickc.git
synced 2025-08-05 07:28:18 +00:00
Fixed test.
This commit is contained in:
@@ -2422,7 +2422,7 @@ public class TestPrograms {
|
||||
|
||||
@Test
|
||||
public void testConstParam1() throws IOException, URISyntaxException {
|
||||
assertError("const-param-1", "Error! Const parameters not supported", true);
|
||||
assertError("const-param-1", "Error! Const parameters not supported", false);
|
||||
}
|
||||
|
||||
@Test
|
||||
|
Reference in New Issue
Block a user