Skip to content

Commit 0a39420

Browse files
authored
Merge pull request #36450 from atrick/move-fixedpoint
Temporarily move FixedPoint.swift.gyb into long_test
2 parents bab2fb6 + eb15f33 commit 0a39420

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

validation-test/stdlib/FixedPoint.swift.gyb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
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.
7+
// REQUIRES: long_test
8+
49
import StdlibUnittest
510

611

0 commit comments

Comments
 (0)