aboutsummaryrefslogtreecommitdiff
path: root/test/behavior.zig
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2021-10-16 15:06:13 -0400
committerGitHub <noreply@github.com>2021-10-16 15:06:13 -0400
commit82ec56e47e004176cc380cc69764602c4a8d0768 (patch)
tree311a130761e959a49953d57bbef4d0eff40b025b /test/behavior.zig
parent6f30c8c098fcbf52f4a78e662c89508997945e8a (diff)
parent1e09157b53441d06cd1f49b9c3917a58ee244cb1 (diff)
downloadzig-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.zig1
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");