mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[test] Update ParseableInterface to ModuleInterface
Also remove uses of -emit-parseable-module-interface from tests
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// swift-interface-format-version: 1.0
|
||||
// swift-module-flags: -parse-stdlib -module-name Lib
|
||||
|
||||
public struct FromInterface {
|
||||
@inlinable public init() {}
|
||||
}
|
||||
public var testValue: FromInterface {
|
||||
@inlinable get { return FromInterface() }
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
// swift-interface-format-version: 1.0
|
||||
// swift-module-flags: -parse-stdlib -module-name LibExporter
|
||||
|
||||
@_exported import Lib
|
||||
Reference in New Issue
Block a user