mirror of
https://gitlab.com/camelot/kickc.git
synced 2024-11-27 04:49:27 +00:00
Fixed test.
This commit is contained in:
parent
d60a275a68
commit
a494e06e4b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user