File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
test/SourceKit/DocSupport Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
// RUN: %empty-directory(%t)
2
2
// RUN: %empty-directory(%t.module-cache)
3
3
//
4
- // RUN: %target-swift-frontend -typecheck -emit-module-interface-path %t/label.swiftinterface -enable-library-evolution -module-cache-path %t.module-cache %s
4
+ // RUN: %target-swift-frontend -typecheck -disable-implicit-concurrency-module-import - emit-module-interface-path %t/label.swiftinterface -enable-library-evolution -module-cache-path %t.module-cache %s
5
5
// RUN: %FileCheck --check-prefix=SWIFT_INTERFACE %s < %t/label.swiftinterface
6
- // RUN: %sourcekitd-test -req=doc-info -module label -- -I %t -target %target-triple -module-cache-path %t.module-cache > %t.response
6
+ // RUN: %sourcekitd-test -req=doc-info -module label -- -Xfrontend -disable-implicit-concurrency-module-import - I %t -target %target-triple -module-cache-path %t.module-cache > %t.response
7
7
// RUN: %diff -u %s.response %t.response
8
8
//
9
9
// RUN: %empty-directory(%t)
10
10
// RUN: %empty-directory(%t.module-cache)
11
- // RUN: %target-swift-frontend -emit-module %s -module-name label -emit-module-path %t/label.swiftmodule -module-cache-path %t.module-cache
12
- // RUN: %sourcekitd-test -req=doc-info -module label -- -I %t -target %target-triple -module-cache-path %t.module-cache> %t.response
11
+ // RUN: %target-swift-frontend -emit-module %s -disable-implicit-concurrency-module-import - module-name label -emit-module-path %t/label.swiftmodule -module-cache-path %t.module-cache
12
+ // RUN: %sourcekitd-test -req=doc-info -module label -- -Xfrontend -disable-implicit-concurrency-module-import - I %t -target %target-triple -module-cache-path %t.module-cache> %t.response
13
13
// RUN: %diff -u %s.response %t.response
14
14
15
15
public func foo( _ callback: ( _ myInternalParam: Int ) -> Void ) { }
You can’t perform that action at this time.
0 commit comments