mirror of
https://github.com/goplus/llgo.git
synced 2025-09-26 19:51:21 +08:00
fix: unexpected string
This commit is contained in:
@@ -278,7 +278,7 @@ func testMultiplicationFunctions() {
|
||||
|
||||
// Test muldi3 - signed 64-bit multiplication
|
||||
assertEqualInt64("muldi3", muldi3(5, 4), 20)
|
||||
assertEqualInt64("mul极3", muldi3(-5, 4), -20)
|
||||
assertEqualInt64("muldi3", muldi3(-5, 4), -20)
|
||||
assertEqualInt64("muldi3", muldi3(5, -4), -20)
|
||||
|
||||
// Test muldf3 - double precision multiplication
|
||||
|
Reference in New Issue
Block a user