Commit 27a41413f7

Luuk de Gram <luuk@degram.dev>
2023-04-15 16:23:41
wasm: enable `@intToError` test
1 parent c4b295b
Changed files (1)
test
behavior
test/behavior/cast.zig
@@ -401,7 +401,6 @@ test "expected [*c]const u8, found [*:0]const u8" {
 }
 
 test "explicit cast from integer to error type" {
-    if (builtin.zig_backend == .stage2_wasm) return error.SkipZigTest;
     if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest;
     if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO
     if (builtin.zig_backend == .stage2_sparc64) return error.SkipZigTest; // TODO