mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Silence Misc/verify-swift-feature-testing.test-sh failure
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
// RUN: %target-swift-emit-module-interface(%t.swiftinterface) %s -module-name attrs \
|
||||
// RUN: -enable-experimental-feature InlineAlways \
|
||||
// RUN: -emit-private-module-interface-path %t.private.swiftinterface
|
||||
|
||||
// RUN: %target-swift-typecheck-module-from-interface(%t.swiftinterface) -module-name attrs
|
||||
|
||||
// RUN: %target-swift-typecheck-module-from-interface(%t.private.swiftinterface) -module-name attrs
|
||||
|
||||
// RUN: %FileCheck %s --check-prefixes CHECK --input-file %t.swiftinterface
|
||||
// RUN: %FileCheck %s --check-prefixes CHECK --input-file %t.private.swiftinterface
|
||||
|
||||
// RUN: %target-swift-emit-module-interface(%t.swiftinterface) %s -module-name attrs \
|
||||
// RUN: -emit-private-module-interface-path %t.private.swiftinterface
|
||||
|
||||
|
||||
Reference in New Issue
Block a user