Skip to content

Commit 51234d4

Browse files
committed
[CodeCompletion] Move a test to long test suite
rdar://problem/48698892
1 parent 20a1781 commit 51234d4

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)