Skip to content

Commit 635ddf5

Browse files
committed
[Test] Delete commented out check from report-ioi-in-spi
1 parent d221c13 commit 635ddf5

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

test/SPI/report-ioi-in-spi.swift

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@
1717
// RUN: -enable-library-evolution \
1818
// RUN: -swift-version 5 -verify
1919

20-
/// This is a warning in swiftinterfaces
21-
// R UN: %target-swift-typecheck-module-from-interface(%t/Client.private.swiftinterface) \
22-
// RUN: -enable-library-evolution \
23-
// R UN: -I %t -module-name Client
24-
2520
//--- Lib.swift
2621

2722
public struct IOIStruct {
@@ -53,12 +48,3 @@ public struct IOIStruct {
5348
return IOIStruct() // expected-error {{struct 'IOIStruct' cannot be used in an '@inlinable' function because 'Lib' was imported implementation-only}}
5449
// expected-error @-1 {{initializer 'init()' cannot be used in an '@inlinable' function because 'Lib' was imported implementation-only}}
5550
}
56-
57-
//--- Client.private.swiftinterface
58-
59-
// swift-interface-format-version: 1.0
60-
// swift-compiler-version: Swift version 5.8-dev effective-4.1.50
61-
// swift-module-flags: -swift-version 4 -module-name Client
62-
@_implementationOnly import Lib
63-
64-
@_spi(X) public func spiClient() -> IOIStruct { fatalError() }

0 commit comments

Comments
 (0)