mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
ModuleInterface: Adopt new swiftinterface verification lit substitutions pervasively in tests where they can be adopted by simply updating or adding a few RUN: lines.
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
// RUN: %target-swift-frontend -typecheck -emit-module-interface-path - %s -enable-library-evolution -target %target-pre-stable-abi-triple -module-name Module | %FileCheck %s
|
||||
// RUN: %target-swift-emit-module-interface(%t.swiftinterface) %s -module-name Module -target %target-pre-stable-abi-triple
|
||||
// RUN: %target-swift-typecheck-module-from-interface(%t.swiftinterface) -module-name Module
|
||||
// RUN: %FileCheck %s < %t.swiftinterface
|
||||
// REQUIRES: objc_interop
|
||||
|
||||
import Foundation
|
||||
|
||||
Reference in New Issue
Block a user