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 55// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk) \
66// RUN: %t/Lib.swift -emit-module -verify -o %t -emit-module-doc \
77// RUN: -emit-clang-header-path %t/cdecl.h \
8+ // RUN: -disable-implicit-string-processing-module-import \
9+ // RUN: -disable-implicit-concurrency-module-import \
810// RUN: -enable-experimental-feature CDecl
911
1012/// Build and run a binary from Swift and C code.
1113// RUN: %clang-no-modules -c %t/Client.c -o %t/Client.o -target %target-triple \
1214// RUN: %target-pic-opt -I %t -I %clang-include-dir -Werror -isysroot %sdk
1315// 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 \
1418// RUN: -enable-experimental-feature CDecl -parse-as-library
1519// RUN: %target-codesign %t/a.out
1620// RUN: %target-run %t/a.out > %t/run.log
You can’t perform that action at this time.
0 commit comments