File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 5
5
// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk) \
6
6
// RUN: %t/Lib.swift -emit-module -verify -o %t -emit-module-doc \
7
7
// RUN: -emit-clang-header-path %t/cdecl.h \
8
+ // RUN: -disable-implicit-string-processing-module-import \
9
+ // RUN: -disable-implicit-concurrency-module-import \
8
10
// RUN: -enable-experimental-feature CDecl
9
11
10
12
/// Build and run a binary from Swift and C code.
11
13
// RUN: %clang-no-modules -c %t/Client.c -o %t/Client.o -target %target-triple \
12
14
// RUN: %target-pic-opt -I %t -I %clang-include-dir -Werror -isysroot %sdk
13
15
// RUN: %target-build-swift %t/Lib.swift %t/Client.o -O -o %t/a.out \
16
+ // RUN: -Xfrontend -disable-implicit-string-processing-module-import \
17
+ // RUN: -Xfrontend -disable-implicit-concurrency-module-import \
14
18
// RUN: -enable-experimental-feature CDecl -parse-as-library
15
19
// RUN: %target-codesign %t/a.out
16
20
// RUN: %target-run %t/a.out > %t/run.log
You can’t perform that action at this time.
0 commit comments