diff options
| author | joachimschmidt557 <joachim.schmidt557@outlook.com> | 2022-02-27 13:14:57 +0100 |
|---|---|---|
| committer | joachimschmidt557 <joachim.schmidt557@outlook.com> | 2022-02-27 21:38:56 +0100 |
| commit | 91fbcf70935118c0667031ba7ae76fa0e75d80cc (patch) | |
| tree | 35ea06ecf4d617336e7722cb7233362e2e550ffa /test/behavior/slice.zig | |
| parent | 528008a981cb3c63baf1fa7ce7f888f68be725ee (diff) | |
| download | zig-91fbcf70935118c0667031ba7ae76fa0e75d80cc.tar.gz zig-91fbcf70935118c0667031ba7ae76fa0e75d80cc.zip | |
stage2 ARM: enable more behavior tests
Diffstat (limited to 'test/behavior/slice.zig')
| -rw-r--r-- | test/behavior/slice.zig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/behavior/slice.zig b/test/behavior/slice.zig index e746535d97..c6405fd168 100644 --- a/test/behavior/slice.zig +++ b/test/behavior/slice.zig @@ -220,7 +220,6 @@ test "compile time slice of pointer to hard coded address" { test "slice string literal has correct type" { if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; - if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; comptime { try expect(@TypeOf("aoeu"[0..]) == *const [4:0]u8); @@ -565,7 +564,6 @@ test "array concat of slices gives slice" { } test "slice bounds in comptime concatenation" { - if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; // TODO const bs = comptime blk: { |
