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

Fixed test.

This commit is contained in:
jespergravgaard 2020-11-01 23:12:46 +01:00
parent c920c360a1
commit 6394f074fa

View File

@ -3336,7 +3336,7 @@ public class TestPrograms {
@Test
public void testInlineAsmRefout() throws IOException, URISyntaxException {
compileAndCompare("inline-asm-refout-illegal.c");
compileAndCompare("inline-asm-refout.c");
}
@Test