Skip to content

Commit eb15f33

Browse files
committed
Temporarily move FixedPoint.swift.gyb into long_test
[SR-14363] FixedPoint.swift.gyb slowed down with -Onone copy propagation
1 parent 281ce3d commit eb15f33

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)