summaryrefslogtreecommitdiffstats
path: root/lldb
diff options
context:
space:
mode:
authorEnrico Granata <egranata@apple.com>2015-09-22 23:08:13 +0000
committerEnrico Granata <egranata@apple.com>2015-09-22 23:08:13 +0000
commit2e4ff97cb73952df1774a81599af0a8453652efa (patch)
treec8fc8ae301d4d642a009a5898e273696dbb510e6 /lldb
parentf515729a0711a1ee8bb56b0e9c993a991b87a5ab (diff)
downloadbcm5719-llvm-2e4ff97cb73952df1774a81599af0a8453652efa.tar.gz
bcm5719-llvm-2e4ff97cb73952df1774a81599af0a8453652efa.zip
Fix a test case which was failing. There was no actual problem in the test logic, just a cosmetic issue with the presentation of the result by Foundation
llvm-svn: 248339
Diffstat (limited to 'lldb')
-rw-r--r--lldb/test/lang/objc/foundation/TestObjCMethods2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/lang/objc/foundation/TestObjCMethods2.py b/lldb/test/lang/objc/foundation/TestObjCMethods2.py
index 9f17730ce3f..88fcfc137f5 100644
--- a/lldb/test/lang/objc/foundation/TestObjCMethods2.py
+++ b/lldb/test/lang/objc/foundation/TestObjCMethods2.py
@@ -212,7 +212,7 @@ class FoundationTestCase2(TestBase):
self.runCmd("run", RUN_SUCCEEDED)
- self.expect("po [NSError errorWithDomain:@\"Hello\" code:35 userInfo:nil]",
+ self.expect('po [NSError errorWithDomain:@"Hello" code:35 userInfo:@{@"NSDescription" : @"be completed."}]',
substrs = ["Error Domain=Hello", "Code=35", "be completed."])
self.runCmd("process continue")
OpenPOWER on IntegriCloud