Skip to content

Commit 2a2a188

Browse files
committed
Tests: Allow Interpreter/cdecl_official_run.swift to run against older OSes
rdar://160448792
1 parent 6f0ab5d commit 2a2a188

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/Interpreter/cdecl_official_run.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,16 @@
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

0 commit comments

Comments
 (0)