mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +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:
@@ -5,6 +5,7 @@
|
||||
// 1. Build ../stored-properties.swift to a dylib and emit its interface in %t
|
||||
|
||||
// RUN: %target-build-swift-dylib(%t/%target-library-name(StoredProperties)) -emit-module-interface-path %t/StoredProperties.swiftinterface %S/stored-properties.swift -module-name StoredProperties -swift-version 5
|
||||
// RUN: %target-swift-typecheck-module-from-interface(%t/StoredProperties.swiftinterface) -module-name StoredProperties
|
||||
|
||||
// 2. Build this file and link with StoredProperties
|
||||
|
||||
|
||||
Reference in New Issue
Block a user