Skip to content

Commit 665b3aa

Browse files
committed
[ModuleInterface] Fix test for SPI attributes on unsupported decls
1 parent b3c3662 commit 665b3aa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/SPI/private_swiftinterface.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,7 @@ private class PrivateClassLocal {}
9393
// CHECK-PUBLIC-NOT: SPIProto3
9494

9595
associatedtype AssociatedType
96-
// CHECK-PRIVATE: associatedtype AssociatedType
97-
// CHECK-PRIVATE-NOT: @_spi(LocalSPI) associatedtype AssociatedType
96+
// CHECK-PRIVATE: {{^}} associatedtype AssociatedType
9897
// CHECK-PUBLIC-NOT: AssociatedType
9998

10099
func implicitSPIMethod()

0 commit comments

Comments
 (0)