diff options
| author | Andrew Kelley <superjoe30@gmail.com> | 2017-06-15 23:47:05 -0400 |
|---|---|---|
| committer | Andrew Kelley <superjoe30@gmail.com> | 2017-06-15 23:47:05 -0400 |
| commit | 865b53f2860405a718262abf9a794d2bf9529dbc (patch) | |
| tree | a0a79987caabbad09e2868d5e0cbfa3f78bf0121 /test/behavior.zig | |
| parent | ae61e26680b967414194b4fa65568a8023108678 (diff) | |
| download | zig-865b53f2860405a718262abf9a794d2bf9529dbc.tar.gz zig-865b53f2860405a718262abf9a794d2bf9529dbc.zip | |
fix alignOf builtin
* fix assertion error when type is not yet complete
* fix alignment value
closes #391
Diffstat (limited to 'test/behavior.zig')
| -rw-r--r-- | test/behavior.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/behavior.zig b/test/behavior.zig index 5f8958be2d..09236b8096 100644 --- a/test/behavior.zig +++ b/test/behavior.zig @@ -1,4 +1,5 @@ comptime { + _ = @import("cases/alignof.zig"); _ = @import("cases/array.zig"); _ = @import("cases/asm.zig"); _ = @import("cases/atomics.zig"); |
