update behavior tests and compile error tests

This commit is contained in:
Andrew Kelley
2022-01-31 22:33:49 -07:00
parent 75bbc74d56
commit 4d22fa5a2a
4 changed files with 2 additions and 38 deletions

View File

@@ -149,6 +149,7 @@ test {
_ = @import("behavior/bugs/10147.zig");
_ = @import("behavior/byteswap.zig");
_ = @import("behavior/const_slice_child.zig");
_ = @import("behavior/export_self_referential_type_info.zig");
_ = @import("behavior/field_parent_ptr.zig");
_ = @import("behavior/floatop_stage1.zig");
_ = @import("behavior/fn_delegation.zig");