wasm: enable behavior tests for packed structs

This commit is contained in:
Luuk de Gram
2022-11-30 17:55:33 +01:00
parent 3933a4bac5
commit 090deae41d
8 changed files with 3 additions and 34 deletions

View File

@@ -1146,8 +1146,6 @@ test "size of enum with only one tag which has explicit integer tag type" {
}
test "switch on an extern enum with negative value" {
if (@import("builtin").zig_backend == .stage2_wasm) return error.SkipZigTest;
const Foo = enum(c_int) {
Bar = -1,
};