mirror of
https://github.com/ziglang/zig.git
synced 2024-12-04 19:09:32 +00:00
Added type info tests to behavior test listing
This commit is contained in:
parent
255c0ef406
commit
1b6e97355d
@ -36,6 +36,7 @@ comptime {
|
||||
_ = @import("cases/pub_enum/index.zig");
|
||||
_ = @import("cases/ref_var_in_if_after_if_2nd_switch_prong.zig");
|
||||
_ = @import("cases/reflection.zig");
|
||||
_ = @import("cases/type_info.zig");
|
||||
_ = @import("cases/sizeof_and_typeof.zig");
|
||||
_ = @import("cases/slice.zig");
|
||||
_ = @import("cases/struct.zig");
|
||||
|
Loading…
Reference in New Issue
Block a user