aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/basic.zig
diff options
context:
space:
mode:
authorRobin Voetter <robin@voetter.nl>2023-09-17 23:41:10 +0200
committerAndrew Kelley <andrew@ziglang.org>2023-09-23 12:36:56 -0700
commit075584a4d74276119372994d895bca747b1f861f (patch)
treee65bc1430aa8ef04941b7db70d4b750a4fb7b004 /test/behavior/basic.zig
parentd9a8c779d8d7e251bcb549c4b1627508c012ee8c (diff)
downloadzig-075584a4d74276119372994d895bca747b1f861f.tar.gz
zig-075584a4d74276119372994d895bca747b1f861f.zip
spirv: enable passing tests
Diffstat (limited to 'test/behavior/basic.zig')
-rw-r--r--test/behavior/basic.zig1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/behavior/basic.zig b/test/behavior/basic.zig
index 9a75a8495d..aa4f41a25e 100644
--- a/test/behavior/basic.zig
+++ b/test/behavior/basic.zig
@@ -606,7 +606,6 @@ test "self reference through fn ptr field" {
test "global variable initialized to global variable array element" {
if (builtin.zig_backend == .stage2_sparc64) return error.SkipZigTest; // TODO
- if (builtin.zig_backend == .stage2_spirv64) return error.SkipZigTest;
try expect(global_ptr == &gdt[0]);
}