diff options
| author | drew <reserveblue@protonmail.com> | 2021-11-14 19:08:14 -0800 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2021-11-16 16:51:31 -0700 |
| commit | ad4627ea3b645e4dd51397fe4a2d92878c2bd9bf (patch) | |
| tree | 469a8791f6dc2db200108ee02f2da843f20ab8e3 /test/behavior.zig | |
| parent | 34684725aa728e392368a5743e1a2405328d5788 (diff) | |
| download | zig-ad4627ea3b645e4dd51397fe4a2d92878c2bd9bf.tar.gz zig-ad4627ea3b645e4dd51397fe4a2d92878c2bd9bf.zip | |
small changes + align tests obviously shouldn't have passed
Diffstat (limited to 'test/behavior.zig')
| -rw-r--r-- | test/behavior.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/behavior.zig b/test/behavior.zig index 0abc15035b..739aeabb94 100644 --- a/test/behavior.zig +++ b/test/behavior.zig @@ -2,7 +2,6 @@ const builtin = @import("builtin"); test { // Tests that pass for stage1, stage2, and the C backend. - _ = @import("behavior/align.zig"); _ = @import("behavior/basic.zig"); _ = @import("behavior/bitcast.zig"); _ = @import("behavior/bool.zig"); @@ -42,6 +41,7 @@ test { if (builtin.object_format != .c) { // Tests that pass for stage1 and stage2 but not the C backend. + _ = @import("behavior/align.zig"); _ = @import("behavior/array.zig"); _ = @import("behavior/atomics.zig"); _ = @import("behavior/basic_llvm.zig"); |
