We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0c76ce commit 5869403Copy full SHA for 5869403
lldb/test/Shell/SwiftREPL/SetBridging.test
@@ -9,11 +9,11 @@ import Foundation
9
10
// Baseline case: empty Set
11
let s0: Set<Int> = []
12
-// DICT-LABEL: s0: Set<Int> = 0 values
+// SET-LABEL: s0: Set<Int> = 0 values
13
14
// All empty sets use the same type-punned storage class.
15
let s0b = s0 as NSSet
16
-// DICT-LABEL: s0b: {{(__RawNativeSetStorage|__EmptySetSingleton)}} = 0 values
+// SET-LABEL: s0b: {{(__RawNativeSetStorage|__EmptySetSingleton)}} = 0 values
17
18
// Baseline case: native Set of non-verbatim bridged elements
19
let s1: Set<Int> = [1]
0 commit comments