diff --git a/test/small1/asm_goto6.c b/test/small1/asm_goto6.c index a2cab4b2a..6d9109993 100644 --- a/test/small1/asm_goto6.c +++ b/test/small1/asm_goto6.c @@ -1,7 +1,7 @@ #include "testharness.h" void code() { - asm goto ("nop" : : : :); + asm goto ("nop" : : : ); E(1); }