Skip to content

Commit 91991bf

Browse files
committed
Silence Misc/verify-swift-feature-testing.test-sh failure
1 parent 9795f65 commit 91991bf

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

test/ModuleInterface/attr-inline-always.swift

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
// RUN: %target-swift-emit-module-interface(%t.swiftinterface) %s -module-name attrs \
2+
// RUN: -enable-experimental-feature InlineAlways \
3+
// RUN: -emit-private-module-interface-path %t.private.swiftinterface
4+
5+
// RUN: %target-swift-typecheck-module-from-interface(%t.swiftinterface) -module-name attrs
6+
7+
// RUN: %target-swift-typecheck-module-from-interface(%t.private.swiftinterface) -module-name attrs
8+
9+
// RUN: %FileCheck %s --check-prefixes CHECK --input-file %t.swiftinterface
10+
// RUN: %FileCheck %s --check-prefixes CHECK --input-file %t.private.swiftinterface
11+
112
// RUN: %target-swift-emit-module-interface(%t.swiftinterface) %s -module-name attrs \
213
// RUN: -emit-private-module-interface-path %t.private.swiftinterface
314

0 commit comments

Comments
 (0)