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:
Allan Shortlidge
2022-04-14 15:38:43 -07:00
parent 922af42afd
commit 747f286b8d
54 changed files with 137 additions and 69 deletions

View File

@@ -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