Skip to content

Commit fad6ba9

Browse files
authored
Merge pull request swiftlang#23243 from rintaro/ide-completion-rdar48698892
[CodeCompletion] Move a test to long test suite
2 parents 558c63b + 51234d4 commit fad6ba9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

validation-test/IDE/slow_fixed/rdar45511835.swift renamed to validation-test/IDE/slow/rdar45511835.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// RUN: %target-swift-ide-test -code-completion -code-completion-token=COMPLETE -source-filename=%s | %FileCheck %s
22

3+
// REQUIRES: long_test
4+
35
// This used to take ~6 min to complete.
6+
// Now it's 2 min: rdar://problem/48818341
47

58
func testing() {
69
return (["a"] + [1].map { String($0) })

0 commit comments

Comments
 (0)