mirror of
https://gitlab.com/camelot/kickc.git
synced 2024-11-25 20:32:25 +00:00
Fixed test for missing function definition. #196
This commit is contained in:
parent
ebdce3b2a7
commit
8bdc927694
@ -39,7 +39,7 @@ public class TestPrograms {
|
||||
|
||||
@Test
|
||||
public void testCStyleDeclMissing() throws IOException, URISyntaxException {
|
||||
assertError("cstyle-decl-missing", "Error! Function is never declared: sum");
|
||||
assertError("cstyle-decl-missing", "Error! Function is never declared: sum", false);
|
||||
}
|
||||
|
||||
@Test
|
||||
|
Loading…
Reference in New Issue
Block a user