diff options
| author | Mitchell Hashimoto <mitchell.hashimoto@gmail.com> | 2022-02-25 13:35:36 -0800 |
|---|---|---|
| committer | Mitchell Hashimoto <mitchell.hashimoto@gmail.com> | 2022-02-25 13:35:36 -0800 |
| commit | bcf3eb5663af744dc5b6da7ec729d153c366dd42 (patch) | |
| tree | 5ab0e839f6821a46cfb4121e030eb3ff8d4f890d | |
| parent | 101918198260482d98f6690f0ce3b1fb77a30595 (diff) | |
| download | zig-bcf3eb5663af744dc5b6da7ec729d153c366dd42.tar.gz zig-bcf3eb5663af744dc5b6da7ec729d153c366dd42.zip | |
stage2: another passing test
| -rw-r--r-- | test/behavior/cast.zig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/behavior/cast.zig b/test/behavior/cast.zig index e37f1fb974..1c6a8feb5e 100644 --- a/test/behavior/cast.zig +++ b/test/behavior/cast.zig @@ -411,8 +411,6 @@ fn gimmeErrOrSlice() anyerror![]u8 { } test "peer type resolution: [0]u8, []const u8, and anyerror![]u8" { - if (builtin.zig_backend != .stage1) return error.SkipZigTest; // TODO - const S = struct { fn doTheTest() anyerror!void { { |
