aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/underscore.zig
diff options
context:
space:
mode:
authorJakub Konka <kubkon@jakubkonka.com>2022-02-28 19:54:13 +0100
committerJakub Konka <kubkon@jakubkonka.com>2022-02-28 23:20:05 +0100
commitcfbc3537ef0b3a73d5b8fdd358cf3bb831935861 (patch)
tree96c6e1654af9790a679722b4af7cbdcc93eff10c /test/behavior/underscore.zig
parent66d28d0f20bda4c8653816e9f9179b6cc047506e (diff)
downloadzig-cfbc3537ef0b3a73d5b8fdd358cf3bb831935861.tar.gz
zig-cfbc3537ef0b3a73d5b8fdd358cf3bb831935861.zip
x64: pass more behavior tests
Diffstat (limited to 'test/behavior/underscore.zig')
-rw-r--r--test/behavior/underscore.zig1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/behavior/underscore.zig b/test/behavior/underscore.zig
index c15f8105aa..9305149f5a 100644
--- a/test/behavior/underscore.zig
+++ b/test/behavior/underscore.zig
@@ -7,7 +7,6 @@ test "ignore lval with underscore" {
}
test "ignore lval with underscore (while loop)" {
- if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest;
if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest;
if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest;