aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/slice.zig
diff options
context:
space:
mode:
authorJacob Young <jacobly0@users.noreply.github.com>2022-10-10 02:04:37 -0400
committerJacob Young <jacobly0@users.noreply.github.com>2022-10-25 05:11:29 -0400
commitfeb8f81cd9d8df282d57441422dc70cee079a993 (patch)
tree2e09fea550b83287ea836b9d029495852cd4bb2f /test/behavior/slice.zig
parent5eafc10bf41451fb694f324dcaefe5c458e1ca3a (diff)
downloadzig-feb8f81cd9d8df282d57441422dc70cee079a993.tar.gz
zig-feb8f81cd9d8df282d57441422dc70cee079a993.zip
cbe: canonicalize types that have the same C type when emitting typedefs
Diffstat (limited to 'test/behavior/slice.zig')
-rw-r--r--test/behavior/slice.zig2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/behavior/slice.zig b/test/behavior/slice.zig
index 3b79f83d8f..8965c667c1 100644
--- a/test/behavior/slice.zig
+++ b/test/behavior/slice.zig
@@ -319,7 +319,6 @@ test "empty array to slice" {
test "@ptrCast slice to pointer" {
if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest;
- if (builtin.zig_backend == .stage2_c) return error.SkipZigTest;
const S = struct {
fn doTheTest() !void {
@@ -335,7 +334,6 @@ test "@ptrCast slice to pointer" {
}
test "slice syntax resulting in pointer-to-array" {
- 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