aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/tuple.zig
diff options
context:
space:
mode:
authorJakub Konka <kubkon@jakubkonka.com>2022-03-24 17:01:17 +0100
committerJakub Konka <kubkon@jakubkonka.com>2022-03-24 17:04:50 +0100
commit4ef26fc35562222263f564ca8d382ecd4b44c0a3 (patch)
tree0c24528948ba6d99dab2d024ce23fa6fcc3b5350 /test/behavior/tuple.zig
parent608025456b164aae69c7e794b1419e6b03a5cb79 (diff)
downloadzig-4ef26fc35562222263f564ca8d382ecd4b44c0a3.tar.gz
zig-4ef26fc35562222263f564ca8d382ecd4b44c0a3.zip
pass more behaviour tests
Diffstat (limited to 'test/behavior/tuple.zig')
-rw-r--r--test/behavior/tuple.zig2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/behavior/tuple.zig b/test/behavior/tuple.zig
index a51aa466d9..80eaea5072 100644
--- a/test/behavior/tuple.zig
+++ b/test/behavior/tuple.zig
@@ -4,7 +4,6 @@ const testing = std.testing;
const expect = testing.expect;
test "tuple concatenation" {
- if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest; // TODO
if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO
if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; // TODO
@@ -47,7 +46,6 @@ test "tuple multiplication" {
}
test "more tuple concatenation" {
- if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest; // TODO
if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; // TODO
if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO