From e21b03daeaaaa27005324417d777f7f3ad688b51 Mon Sep 17 00:00:00 2001 From: Kuba Mracek Date: Sat, 8 Jul 2017 05:18:19 +0000 Subject: Update message that Main Thread Checker produces. llvm-svn: 307464 --- .../Python/lldbsuite/test/functionalities/mtc/simple/TestMTCSimple.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lldb/packages/Python/lldbsuite/test') 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") -- cgit v1.2.3