mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
Drop obsolete mul test
This commit is contained in:
parent
522bf0c9f0
commit
42d583cc88
1 changed files with 0 additions and 4 deletions
|
@ -230,8 +230,4 @@ test "mul" {
|
|||
var dec1: RocDec = .{ .num = 0 };
|
||||
|
||||
expectEqual(RocDec{ .num = 0 }, dec1.mul(.{ .num = 0 }));
|
||||
|
||||
var dec2: RocDec = .{ .num = 100000000000000000000 };
|
||||
|
||||
expectEqual(RocDec{ .num = 100000000000000000000 }, dec2.mul(.{ .num = 100000000000000000000 }));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue