File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
lldb/test/API/lang/swift/optionset Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,8 @@ func main() {
41
41
//%self.expect('expression user_option', substrs=['rawValue = 123456'])
42
42
//%self.expect('frame variable sdk_option_single_valued', substrs=['.insertionIndex'])
43
43
//%self.expect('frame variable sdk_option_single_valued', matching=False, substrs=['['])
44
+ //%self.expect('expression sdk_option_single_valued', substrs=['.insertionIndex'])
45
+ //%self.expect('expression sdk_option_single_valued', matching=False, substrs=['['])
44
46
//%self.expect('frame variable sdk_option_exhaustive', substrs=['[.firstEqual, .insertionIndex]'])
45
47
//%self.expect('expression sdk_option_exhaustive', substrs=['[.firstEqual, .insertionIndex]'])
46
48
//%self.expect('frame variable sdk_option_nonexhaustive', substrs=['[.firstEqual, 0x1]'])
You can’t perform that action at this time.
0 commit comments