Skip to content

Commit 5d9789d

Browse files
committed
[lldb] Re-enable TestDataFormatterObjCNSError.py
rdar://74106816
1 parent e34145f commit 5d9789d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lldb/test/API/functionalities/data-formatter/data-formatter-objc/TestDataFormatterObjCNSError.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,10 @@ def test_nserror_with_run_command(self):
1818
"""Test formatters for NSError."""
1919
self.appkit_tester_impl(self.nserror_data_formatter_commands)
2020

21-
@expectedFailureAll(bugnumber='rdar://74106816')
2221
def nserror_data_formatter_commands(self):
2322
self.expect(
2423
'frame variable nserror', substrs=['domain: @"Foobar" - code: 12'])
25-
24+
2625
self.expect(
2726
'frame variable nserrorptr',
2827
substrs=['domain: @"Foobar" - code: 12'])

0 commit comments

Comments
 (0)