File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
lldb/test/API/functionalities/data-formatter/data-formatter-objc Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,14 @@ def test_nserror_with_run_command(self):
22
22
def nserror_data_formatter_commands (self ):
23
23
self .expect (
24
24
'frame variable nserror' , substrs = ['domain: @"Foobar" - code: 12' ])
25
-
25
+
26
26
self .expect (
27
27
'frame variable nserrorptr' ,
28
28
substrs = ['domain: @"Foobar" - code: 12' ])
29
29
30
+ # FIXME: <rdar://problem/25587546> On llvm.org this works without the `-d run`!
30
31
self .expect (
31
- 'frame variable nserror->_userInfo' , substrs = ['2 key/value pairs' ])
32
+ 'frame variable -d run -- nserror->_userInfo' , substrs = ['2 key/value pairs' ])
32
33
33
34
self .expect (
34
35
'frame variable nserror->_userInfo --ptr-depth 1 -d run-target' ,
You can’t perform that action at this time.
0 commit comments