We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd8f6f5 commit 29153b5Copy full SHA for 29153b5
test/Interpreter/SDK/NSDecimal.swift
@@ -123,4 +123,4 @@ print(twenty.significand) // CHECK: 2
123
print(twenty.exponent) // CHECK: 1
124
print(twenty.ulp) // CHECK: 10
125
126
-print(Decimal(sign: .plus, exponent: -2, significand: 100)) // CHECK: 1
+print(Decimal(sign: .plus, exponent: -2, significand: 100)) // CHECK: 1
0 commit comments