diff options
| author | Koakuma <koachan@protonmail.com> | 2022-11-13 14:35:55 +0700 |
|---|---|---|
| committer | Koakuma <koachan@protonmail.com> | 2022-12-10 21:11:14 +0700 |
| commit | fb9357f06c39622534e5a85fa3f1442deec84dc3 (patch) | |
| tree | 0c30cb552bbec2f026e2c5bd88836dc4127e132c /test/behavior/type.zig | |
| parent | 219b5f0ad6eada2174c20147a34b51986c8f44d5 (diff) | |
| download | zig-fb9357f06c39622534e5a85fa3f1442deec84dc3.tar.gz zig-fb9357f06c39622534e5a85fa3f1442deec84dc3.zip | |
stage2: sparc64: Implement atomic ops
Diffstat (limited to 'test/behavior/type.zig')
| -rw-r--r-- | test/behavior/type.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/behavior/type.zig b/test/behavior/type.zig index 48c1e90812..ea135efc2e 100644 --- a/test/behavior/type.zig +++ b/test/behavior/type.zig @@ -261,6 +261,7 @@ test "Type.Struct" { if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest; // TODO 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_sparc64) return error.SkipZigTest; // TODO const A = @Type(@typeInfo(struct { x: u8, y: u32 })); const infoA = @typeInfo(A).Struct; |
