mirror of
https://github.com/cc65/cc65.git
synced 2025-08-09 13:25:06 +00:00
fix test
This commit is contained in:
@@ -40,12 +40,5 @@ int main(void) {
|
||||
}
|
||||
printf("%d errors\n", fails);
|
||||
|
||||
#ifdef __OPT__
|
||||
return fails;
|
||||
#else
|
||||
/* Force exit failure on non-optimised version, which works,
|
||||
* otherwise it breaks the build
|
||||
*/
|
||||
return 1;
|
||||
#endif
|
||||
}
|
||||
|
Reference in New Issue
Block a user