We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 521c27e commit 325b0a7Copy full SHA for 325b0a7
1 file changed
testsuite/src/fbtest.c
@@ -313,6 +313,7 @@ static int compile_cross(const char *basname, const char *asmname,
313
{
314
// Compilation succeeded (expected fail!)
315
fprintf(stderr, "%s: compiled without error, unexpected\n", basname);
316
+ e = -1;
317
goto xit;
318
}
319
else if (e)
0 commit comments