diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2021-10-16 15:06:13 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-16 15:06:13 -0400 |
| commit | 82ec56e47e004176cc380cc69764602c4a8d0768 (patch) | |
| tree | 311a130761e959a49953d57bbef4d0eff40b025b /test/behavior.zig | |
| parent | 6f30c8c098fcbf52f4a78e662c89508997945e8a (diff) | |
| parent | 1e09157b53441d06cd1f49b9c3917a58ee244cb1 (diff) | |
| download | zig-82ec56e47e004176cc380cc69764602c4a8d0768.tar.gz zig-82ec56e47e004176cc380cc69764602c4a8d0768.zip | |
Merge pull request #9954 from Snektron/shifts
Big int saturating left shift
Diffstat (limited to 'test/behavior.zig')
| -rw-r--r-- | test/behavior.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/behavior.zig b/test/behavior.zig index 456b91b914..ab4e222832 100644 --- a/test/behavior.zig +++ b/test/behavior.zig @@ -146,7 +146,6 @@ test { { // Checklist for getting saturating_arithmetic.zig passing for stage2: // * add __muloti4 to compiler-rt - // * implement comptime saturating shift-left _ = @import("behavior/saturating_arithmetic.zig"); } _ = @import("behavior/shuffle.zig"); |
