aboutsummaryrefslogtreecommitdiff
path: root/test/cases/safety/value does not fit in shortening cast - u0.zig
diff options
context:
space:
mode:
Diffstat (limited to 'test/cases/safety/value does not fit in shortening cast - u0.zig')
-rw-r--r--test/cases/safety/value does not fit in shortening cast - u0.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cases/safety/value does not fit in shortening cast - u0.zig b/test/cases/safety/value does not fit in shortening cast - u0.zig
index ec111a2cae..3644437ea1 100644
--- a/test/cases/safety/value does not fit in shortening cast - u0.zig
+++ b/test/cases/safety/value does not fit in shortening cast - u0.zig
@@ -17,5 +17,5 @@ fn shorten_cast(x: u8) u0 {
return @intCast(x);
}
// run
-// backend=llvm
+// backend=stage2,llvm
// target=native