Skip to content

Commit 77f230e

Browse files
committed
C backend is passing test/behavior/undefined.zig
closes #10505
1 parent 0772fb0 commit 77f230e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/behavior.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ test {
6363
_ = @import("behavior/int128.zig");
6464
_ = @import("behavior/optional.zig");
6565
_ = @import("behavior/translate_c_macros.zig");
66+
_ = @import("behavior/undefined.zig");
6667

6768
if (builtin.zig_backend != .stage2_c) {
6869
// Tests that pass for stage1 and the llvm backend.
@@ -102,7 +103,6 @@ test {
102103
_ = @import("behavior/slice.zig");
103104
_ = @import("behavior/struct_llvm.zig");
104105
_ = @import("behavior/switch.zig");
105-
_ = @import("behavior/undefined.zig");
106106
_ = @import("behavior/union.zig");
107107
_ = @import("behavior/widening.zig");
108108

0 commit comments

Comments
 (0)