diff options
| author | Veikka Tuominen <git@vexu.eu> | 2022-11-27 17:16:01 +0200 |
|---|---|---|
| committer | Veikka Tuominen <git@vexu.eu> | 2022-11-30 15:14:33 +0200 |
| commit | 6310186d52ae4e7bccf40326a98916695192b543 (patch) | |
| tree | 61dc81e874474a463295b4e299a5dd7a91dca67a /test/behavior/switch.zig | |
| parent | 8af564801551882346bd785d25f4f7bf5c374b97 (diff) | |
| download | zig-6310186d52ae4e7bccf40326a98916695192b543.tar.gz zig-6310186d52ae4e7bccf40326a98916695192b543.zip | |
cbe: cast pointer switch target to int
Diffstat (limited to 'test/behavior/switch.zig')
| -rw-r--r-- | test/behavior/switch.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/behavior/switch.zig b/test/behavior/switch.zig index 165b1a8037..31298f1745 100644 --- a/test/behavior/switch.zig +++ b/test/behavior/switch.zig @@ -548,7 +548,6 @@ test "switch prongs with cases with identical payload types" { } test "switch on pointer type" { - 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 |
