aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/struct.zig
diff options
context:
space:
mode:
authorJacob Young <jacobly0@users.noreply.github.com>2022-10-19 07:56:02 -0400
committerJacob Young <jacobly0@users.noreply.github.com>2022-10-25 05:11:29 -0400
commit4765294ca4bd7dd54207892b199f3053702d9a2a (patch)
tree678317de9d228b5d4532805fd7457af240cc0110 /test/behavior/struct.zig
parent912b84bbad698d18a6b844f9c05c074d2880e35b (diff)
downloadzig-4765294ca4bd7dd54207892b199f3053702d9a2a.tar.gz
zig-4765294ca4bd7dd54207892b199f3053702d9a2a.zip
cbe: get enough things working to support basic programs
* Enable advanced start support. * Enable advanced test_runner support. * Zig Language Reference's Hello World now works.
Diffstat (limited to 'test/behavior/struct.zig')
-rw-r--r--test/behavior/struct.zig2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/behavior/struct.zig b/test/behavior/struct.zig
index f9c1aec1e4..a6faee9858 100644
--- a/test/behavior/struct.zig
+++ b/test/behavior/struct.zig
@@ -1163,7 +1163,6 @@ test "for loop over pointers to struct, getting field from struct pointer" {
test "anon init through error unions and optionals" {
if (builtin.zig_backend == .stage1) return error.SkipZigTest;
- if (builtin.zig_backend == .stage2_c) return error.SkipZigTest; // TODO
if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest; // TODO
if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; // TODO
if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO
@@ -1234,7 +1233,6 @@ test "anon init through error union" {
test "typed init through error unions and optionals" {
if (builtin.zig_backend == .stage1) return error.SkipZigTest;
- if (builtin.zig_backend == .stage2_c) return error.SkipZigTest; // TODO
if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest; // TODO
if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; // TODO
if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO