Skip to content

Commit e73ee93

Browse files
authored
Merge pull request #42594 from xedin/rdar-92025732
[TypeChecker] NFC: Remove a literal to make test-case less flaky
2 parents 0fc346d + b8046e1 commit e73ee93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validation-test/Sema/type_checker_perf/fast/multi_statement_closure_with_simd_variable.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ test {
1616

1717
let width: Float = 2
1818

19-
let p = Int(max(20, min(1000, (simd_distance(a, b) + simd_distance(b, c) + simd_distance(c, d)) / width / 4)))
19+
let p = Int(max(20, min(1000, (simd_distance(a, b) + simd_distance(b, c) + simd_distance(c, d)) / width)))
2020
print(p)
2121
}

0 commit comments

Comments
 (0)