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 e34145f commit 5d9789dCopy full SHA for 5d9789d
lldb/test/API/functionalities/data-formatter/data-formatter-objc/TestDataFormatterObjCNSError.py
@@ -18,11 +18,10 @@ def test_nserror_with_run_command(self):
18
"""Test formatters for NSError."""
19
self.appkit_tester_impl(self.nserror_data_formatter_commands)
20
21
- @expectedFailureAll(bugnumber='rdar://74106816')
22
def nserror_data_formatter_commands(self):
23
self.expect(
24
'frame variable nserror', substrs=['domain: @"Foobar" - code: 12'])
25
-
+
26
27
'frame variable nserrorptr',
28
substrs=['domain: @"Foobar" - code: 12'])
0 commit comments