Added type info tests to behavior test listing

This commit is contained in:
Alexandros Naskos 2018-05-01 13:31:14 +03:00
parent 255c0ef406
commit 1b6e97355d

View File

@ -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");