diff options
| author | Andrew Kelley <superjoe30@gmail.com> | 2017-06-07 22:56:57 -0400 |
|---|---|---|
| committer | Andrew Kelley <superjoe30@gmail.com> | 2017-06-14 00:24:25 -0400 |
| commit | 7f0620a20fc431717d017d0c19f1e1f29723d93f (patch) | |
| tree | c8121edd20aa67bf5a22be1f817f679dcfbbdb52 /test/behavior.zig | |
| parent | 6a93dda3e1c0ff5f400da25a5d14c907fc9a6fdf (diff) | |
| download | zig-7f0620a20fc431717d017d0c19f1e1f29723d93f.tar.gz zig-7f0620a20fc431717d017d0c19f1e1f29723d93f.zip | |
partial implementation of printing floating point numbers with errol3
also add bitCast builtin function. closes #387
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 378976ab7e..5f8958be2d 100644 --- a/test/behavior.zig +++ b/test/behavior.zig @@ -2,6 +2,7 @@ comptime { _ = @import("cases/array.zig"); _ = @import("cases/asm.zig"); _ = @import("cases/atomics.zig"); + _ = @import("cases/bitcast.zig"); _ = @import("cases/bool.zig"); _ = @import("cases/cast.zig"); _ = @import("cases/const_slice_child.zig"); |
