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.
2 parents 56f2f44 + 9db9c14 commit cafe5ccCopy full SHA for cafe5cc
validation-test/stdlib/FixedPoint.swift.gyb
@@ -1,9 +1,8 @@
1
// RUN: %target-run-stdlib-swiftgyb
2
// REQUIRES: executable_test
3
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.
+// This is in long_test because it takes about 30s to build.
+// Most of that time is in TypeChecker::typeCheckExpression.
7
// REQUIRES: long_test
8
9
import StdlibUnittest
0 commit comments