Skip to content

Commit 9db9c14

Browse files
committed
Remove a FIXME from validation-test/stdlib/FixedPoint.swift.gyb
Leave this test in long_test because it takes so long to compile. This issue has nothing to do with the FIXME comment.
1 parent 62f39fe commit 9db9c14

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)