1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2025-01-11 20:30:08 +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 @Test
public void testInlineAsmRefout() throws IOException, URISyntaxException { public void testInlineAsmRefout() throws IOException, URISyntaxException {
compileAndCompare("inline-asm-refout-illegal.c"); compileAndCompare("inline-asm-refout.c");
} }
@Test @Test