From 9c951cc8745256cbf94839b401abbb6afd35cae2 Mon Sep 17 00:00:00 2001 From: kcbanner Date: Fri, 30 Dec 2022 02:26:06 -0500 Subject: fmt fixups --- test/behavior/math.zig | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/behavior/math.zig') 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" { -- cgit v1.2.3