diff --git a/test/behavior/eval.zig b/test/behavior/eval.zig index c84f3b0e6a6c1311f4bf6e21f4dde4da57763bec..3895b4b7b2a86d6f4e9b3312e018252c9449d02d 100644 --- a/test/behavior/eval.zig +++ b/test/behavior/eval.zig @@ -980,6 +980,7 @@ test "comptime break operand passing through runtime condition converted to runt } test "comptime break operand passing through runtime switch converted to runtime break" { + if (builtin.zig_backend == .stage1) return error.SkipZigTest; if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; // TODO if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO