Skip to content

Commit 4d2d054

Browse files
committed
[ModuleInterface] Fix test for SPI attributes on unsupported decls
1 parent 7573a64 commit 4d2d054

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/SPI/private_swiftinterface.swift

+1-2
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)