Skip to content

Commit 1b6e973

Browse files
committed
Added type info tests to behavior test listing
1 parent 255c0ef commit 1b6e973

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/behavior.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ comptime {
3636
_ = @import("cases/pub_enum/index.zig");
3737
_ = @import("cases/ref_var_in_if_after_if_2nd_switch_prong.zig");
3838
_ = @import("cases/reflection.zig");
39+
_ = @import("cases/type_info.zig");
3940
_ = @import("cases/sizeof_and_typeof.zig");
4041
_ = @import("cases/slice.zig");
4142
_ = @import("cases/struct.zig");

0 commit comments

Comments
 (0)