test-cases: fix race with zig run on C backend tests
Also avoid redundantly doing compile-error checks on multiple targets for test cases where that is not helpful.
This commit is contained in:
@@ -6,6 +6,7 @@ pub export fn entry() void {
|
||||
}
|
||||
|
||||
// error
|
||||
// backend=stage2,llvm
|
||||
// target=native
|
||||
// backend=stage2
|
||||
//
|
||||
// :4:1: error: expected type, found fn() type
|
||||
|
||||
Reference in New Issue
Block a user