Skip to content

Commit 9b36b1c

Browse files
committed
s/sanity check/basic check/
1 parent 7888cf2 commit 9b36b1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/RealTests/RelaxedArithmeticTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ final class RelaxedArithmeticTests: XCTestCase {
102102
// Summing all values in an array can be associated however we want, but
103103
// has to satisfy the usual error bound of 0.5 * sum.ulp * numberOfElements.
104104
// We don't have a golden reference, but we can compare two sums with twice
105-
// the bound for a sanity check. // ignore-unacceptable-language
105+
// the bound for a basic check.
106106
let array = (0 ..< 128).map { _ in T.random(in: 1 ..< 2) }
107107
var ref = strictSum(array)
108108
var tst = relaxedSum(array)

0 commit comments

Comments
 (0)