1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2025-01-15 16:30:02 +00:00

Fixed test.

This commit is contained in:
jespergravgaard 2019-10-12 11:26:14 +02:00
parent 6018f85dae
commit 40279db29c

View File

@ -757,7 +757,7 @@ public class TestPrograms {
@Test
public void testStructError6() throws IOException, URISyntaxException {
compileAndCompare("struct-error-6");
assertError("struct-error-6", "Initializer cannot initialize");
}
@Test