fix: unexpected string

This commit is contained in:
Haolan
2025-09-15 11:04:30 +08:00
parent 4b2e1e777c
commit e84f859d6c

View File

@@ -278,7 +278,7 @@ func testMultiplicationFunctions() {
// Test muldi3 - signed 64-bit multiplication
assertEqualInt64("muldi3", muldi3(5, 4), 20)
assertEqualInt64("mul3", muldi3(-5, 4), -20)
assertEqualInt64("muldi3", muldi3(-5, 4), -20)
assertEqualInt64("muldi3", muldi3(5, -4), -20)
// Test muldf3 - double precision multiplication