aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/try.zig
diff options
context:
space:
mode:
authorjoachimschmidt557 <joachim.schmidt557@outlook.com>2022-12-29 12:21:31 +0800
committerJoachim Schmidt <joachim.schmidt557@outlook.com>2022-12-29 11:12:08 +0100
commit1caf56c5fbbb10fa28f8bf204d073983ce2a6dd5 (patch)
tree024193b17c0c447172874a360d4fde8a4e10bf67 /test/behavior/try.zig
parent34887cf136878c87357fa0eec52a12db300d8f27 (diff)
downloadzig-1caf56c5fbbb10fa28f8bf204d073983ce2a6dd5.tar.gz
zig-1caf56c5fbbb10fa28f8bf204d073983ce2a6dd5.zip
stage2 AArch64: implement errUnion{Err,Payload} for registers
Diffstat (limited to 'test/behavior/try.zig')
-rw-r--r--test/behavior/try.zig1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/behavior/try.zig b/test/behavior/try.zig
index 3ad192095d..36428a4616 100644
--- a/test/behavior/try.zig
+++ b/test/behavior/try.zig
@@ -3,7 +3,6 @@ const builtin = @import("builtin");
const expect = std.testing.expect;
test "try on error union" {
- if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest;
if (builtin.zig_backend == .stage2_sparc64) return error.SkipZigTest; // TODO
try tryOnErrorUnionImpl();