aboutsummaryrefslogtreecommitdiff
path: root/test/cases/safety/cast integer to global error and no code matches.zig
diff options
context:
space:
mode:
Diffstat (limited to 'test/cases/safety/cast integer to global error and no code matches.zig')
-rw-r--r--test/cases/safety/cast integer to global error and no code matches.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cases/safety/cast integer to global error and no code matches.zig b/test/cases/safety/cast integer to global error and no code matches.zig
index 61daf07a2b..fa0474a88c 100644
--- a/test/cases/safety/cast integer to global error and no code matches.zig
+++ b/test/cases/safety/cast integer to global error and no code matches.zig
@@ -15,5 +15,5 @@ fn bar(x: u16) anyerror {
return @errorFromInt(x);
}
// run
-// backend=llvm
+// backend=stage2,llvm
// target=native