1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-11-27 04:49:27 +00:00

Fixed test.

This commit is contained in:
jespergravgaard 2019-10-03 18:34:55 +02:00
parent d60a275a68
commit a494e06e4b

View File

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