Skip to content

Commit dd4221d

Browse files
committed
Embedded: Allow implementation-only-import-build to build wider
1 parent f758e21 commit dd4221d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/embedded/implementation-only-import-build.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
// RUN: %empty-directory(%t)
22
// RUN: %target-swift-frontend -emit-module -o %t/indirects.swiftmodule \
33
// RUN: %S/../Sema/Inputs/implementation-only-imports/indirects.swift \
4-
// RUN: -swift-version 5 -target arm64-apple-none-macho \
54
// RUN: -enable-experimental-feature Embedded
65
// RUN: %target-swift-frontend -emit-module -o %t/directs.swiftmodule -I %t\
76
// RUN: %S/../Sema/Inputs/implementation-only-imports/directs.swift \
8-
// RUN: -swift-version 5 -target arm64-apple-none-macho \
97
// RUN: -enable-experimental-feature Embedded
108

119
// RUN: %target-swift-frontend -emit-sil %s -I %t \
12-
// RUN: -swift-version 5 -target arm64-apple-none-macho \
1310
// RUN: -enable-experimental-feature Embedded
1411

1512
// REQUIRES: swift_feature_Embedded

0 commit comments

Comments
 (0)