aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/math.zig
diff options
context:
space:
mode:
authorDaniele Cocca <daniele.cocca@gmail.com>2022-03-15 21:58:39 +0000
committerAndrew Kelley <andrew@ziglang.org>2022-03-17 11:39:56 -0700
commit00ed8d9c50dd2b4491c87310a8766e5f6e0900ce (patch)
tree111f4d22d94cb01a34e8bebdd635a31e8ae7ee74 /test/behavior/math.zig
parent8e7b1a74ac4568a2b806026f210ae59e52d2768d (diff)
downloadzig-00ed8d9c50dd2b4491c87310a8766e5f6e0900ce.tar.gz
zig-00ed8d9c50dd2b4491c87310a8766e5f6e0900ce.zip
CBE: enable more tests that are currently passing
Diffstat (limited to 'test/behavior/math.zig')
-rw-r--r--test/behavior/math.zig1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/behavior/math.zig b/test/behavior/math.zig
index 8fae2114d8..0d10113fb0 100644
--- a/test/behavior/math.zig
+++ b/test/behavior/math.zig
@@ -898,7 +898,6 @@ fn testShrExact(x: u8) !void {
}
test "shift left/right on u0 operand" {
- if (builtin.zig_backend == .stage2_c) return error.SkipZigTest; // TODO
if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO
if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; // TODO