Skip to content

Commit cafe5cc

Browse files
authored
Merge pull request #59308 from atrick/comment-fixedpoint-test
Remove a FIXME from validation-test/stdlib/FixedPoint.swift.gyb
2 parents 56f2f44 + 9db9c14 commit cafe5cc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

validation-test/stdlib/FixedPoint.swift.gyb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
// RUN: %target-run-stdlib-swiftgyb
22
// REQUIRES: executable_test
33

4-
// FIXME: [SR-14363]
5-
// FixedPoint.swift.gyb slowed down with -Onone copy propagation
6-
// We should be able to move this out of long_test once fixed.
4+
// This is in long_test because it takes about 30s to build.
5+
// Most of that time is in TypeChecker::typeCheckExpression.
76
// REQUIRES: long_test
87

98
import StdlibUnittest

0 commit comments

Comments
 (0)