diff options
Diffstat (limited to 'test/behavior/math.zig')
| -rw-r--r-- | test/behavior/math.zig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/behavior/math.zig b/test/behavior/math.zig index 0f2139dcfe..a8f80cd5a7 100644 --- a/test/behavior/math.zig +++ b/test/behavior/math.zig @@ -377,7 +377,6 @@ fn testBinaryNot(x: u16) !void { try expect(~x == 0b0101010101010101); } - test "binary not 128-bit" { try expect(comptime x: { break :x ~@as(u128, 0x55555555_55555555_55555555_55555555) == 0xaaaaaaaa_aaaaaaaa_aaaaaaaa_aaaaaaaa; @@ -667,7 +666,6 @@ test "128-bit multiplication" { var c = a * b; try expect(c == 0x63ffffffffffffff9c); } - } test "@addWithOverflow" { |
