Skip to content

Commit 325b0a7

Browse files
committed
Fix detection of missing error in atari compiler.
1 parent 521c27e commit 325b0a7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

testsuite/src/fbtest.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,7 @@ static int compile_cross(const char *basname, const char *asmname,
313313
{
314314
// Compilation succeeded (expected fail!)
315315
fprintf(stderr, "%s: compiled without error, unexpected\n", basname);
316+
e = -1;
316317
goto xit;
317318
}
318319
else if (e)

0 commit comments

Comments
 (0)