aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJacob Young <jacobly0@users.noreply.github.com>2022-10-25 05:22:34 -0400
committerJacob Young <jacobly0@users.noreply.github.com>2022-10-25 05:43:00 -0400
commit3d22327b2392050e088c8b6d5c21ae31bbd0cd90 (patch)
tree98dd0a7b45a8548f7fdfadc567e141627527c167 /test
parent94425fe46edb326c38ccf87872b2167bc8f24643 (diff)
downloadzig-3d22327b2392050e088c8b6d5c21ae31bbd0cd90.tar.gz
zig-3d22327b2392050e088c8b6d5c21ae31bbd0cd90.zip
cbe: enable test fixed by #13296
Diffstat (limited to 'test')
-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 96683c1816..b3558094f9 100644
--- a/test/behavior/math.zig
+++ b/test/behavior/math.zig
@@ -1662,7 +1662,6 @@ test "fabs" {
if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO
if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; // TODO
if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest; // TODO
- if (builtin.zig_backend == .stage2_c) return error.SkipZigTest; // TODO
inline for ([_]type{ f16, f32, f64, f80, f128, c_longdouble }) |T| {
// normals