Skip to content

Commit fd9847e

Browse files
authored
Merge pull request #75886 from iCharlesHu/charles/fix-nsdecimal-tests
Fix NSDecimal interpreter test
2 parents 9fe62a8 + 77e6c57 commit fd9847e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/Interpreter/SDK/NSDecimal.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,5 @@ print(twenty) // CHECK: 2
121121
twenty = NSDecimalNumber(mantissa: 2, exponent: 1, isNegative: false) as Decimal
122122
print(twenty.significand) // CHECK: 2
123123
print(twenty.exponent) // CHECK: 1
124-
print(twenty.ulp) // CHECK: 10
125124

126125
print(Decimal(sign: .plus, exponent: -2, significand: 100)) // CHECK: 1

0 commit comments

Comments
 (0)