summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
diff options
context:
space:
mode:
authorKuba Mracek <mracek@apple.com>2017-07-08 05:18:19 +0000
committerKuba Mracek <mracek@apple.com>2017-07-08 05:18:19 +0000
commite21b03daeaaaa27005324417d777f7f3ad688b51 (patch)
tree544d10732b17409045f99e056a3aac4562eefea2 /lldb/packages/Python/lldbsuite/test
parentc6bbe4becb8ff4a89a582d4b41d8709e71e2450a (diff)
downloadbcm5719-llvm-e21b03daeaaaa27005324417d777f7f3ad688b51.tar.gz
bcm5719-llvm-e21b03daeaaaa27005324417d777f7f3ad688b51.zip
Update message that Main Thread Checker produces.
llvm-svn: 307464
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
-rw-r--r--lldb/packages/Python/lldbsuite/test/functionalities/mtc/simple/TestMTCSimple.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/mtc/simple/TestMTCSimple.py b/lldb/packages/Python/lldbsuite/test/functionalities/mtc/simple/TestMTCSimple.py
index 0cf259da49b..6a779ecfac5 100644
--- a/lldb/packages/Python/lldbsuite/test/functionalities/mtc/simple/TestMTCSimple.py
+++ b/lldb/packages/Python/lldbsuite/test/functionalities/mtc/simple/TestMTCSimple.py
@@ -41,7 +41,7 @@ class MTCSimpleTestCase(TestBase):
thread = process.GetSelectedThread()
frame = thread.GetSelectedFrame()
- self.expect("thread info", substrs=['stop reason = -[NSView superview] must be called from main thread only'])
+ self.expect("thread info", substrs=['stop reason = -[NSView superview] must be used from main thread only'])
self.expect(
"thread info -s",
@@ -54,4 +54,4 @@ class MTCSimpleTestCase(TestBase):
self.assertEqual(data["api_name"], "-[NSView superview]")
self.assertEqual(data["class_name"], "NSView")
self.assertEqual(data["selector"], "superview")
- self.assertEqual(data["description"], "-[NSView superview] must be called from main thread only")
+ self.assertEqual(data["description"], "-[NSView superview] must be used from main thread only")
OpenPOWER on IntegriCloud