mirror of
https://gitlab.com/camelot/kickc.git
synced 2025-02-18 01:30:56 +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
|
@Test
|
||||||
public void testCStyleDeclMissing() throws IOException, URISyntaxException {
|
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
|
@Test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user