diff options
| author | Robin Voetter <robin@voetter.nl> | 2021-10-16 00:13:33 +0200 |
|---|---|---|
| committer | Robin Voetter <robin@voetter.nl> | 2021-10-16 11:32:05 +0200 |
| commit | f6bf24b2f3e1d65ce66625c4466aa2af9edff41c (patch) | |
| tree | f4534875df693da5f00a91725bf7fbe9f8600dd5 /test/behavior.zig | |
| parent | efa4f76c8bb9cbeacc1bcda89d95db4120c821d5 (diff) | |
| download | zig-f6bf24b2f3e1d65ce66625c4466aa2af9edff41c.tar.gz zig-f6bf24b2f3e1d65ce66625c4466aa2af9edff41c.zip | |
stage2: comptime saturating shl
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 593a1bf76f..e4d90d8e32 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"); |
