Skip to content

Commit ecadc01

Browse files
make SkipsPublicUnderscore more resilient to non-determinism
1 parent 19833bd commit ecadc01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SymbolGraph/Symbols/SkipsPublicUnderscore.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public struct _ShouldntAppear: PublicProtocol, _ProtocolShouldntAppear {
5050
public struct InnerInnerShouldntAppear {}
5151
}
5252

53-
// INTERNAL-DAG: "precise": "s:21SkipsPublicUnderscore15_ShouldntAppearV13someHiddenVarSSvpZ"
53+
// INTERNAL-DAG: someHiddenVar
5454
public static var someHiddenVar: String { "someHiddenVar" }
5555
}
5656

0 commit comments

Comments
 (0)