summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/objc/TestObjCBreakpoints.py
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2018-06-13 16:21:24 +0000
committerAdrian Prantl <aprantl@apple.com>2018-06-13 16:21:24 +0000
commit4e8be2c98e4142ce02c96865f81f7ed9bdbd5f82 (patch)
treec92a9bc17209b51eff2bf8bb2b526a69c7a281d4 /lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/objc/TestObjCBreakpoints.py
parenta6ce3fe72b5cd32bf5e3a139b3cc6844bf0cc715 (diff)
downloadbcm5719-llvm-4e8be2c98e4142ce02c96865f81f7ed9bdbd5f82.tar.gz
bcm5719-llvm-4e8be2c98e4142ce02c96865f81f7ed9bdbd5f82.zip
Fix/unify the spelling of Objective-C.
llvm-svn: 334614
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/objc/TestObjCBreakpoints.py')
-rw-r--r--lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/objc/TestObjCBreakpoints.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/objc/TestObjCBreakpoints.py b/lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/objc/TestObjCBreakpoints.py
index 799206719b1..e5e8473eedd 100644
--- a/lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/objc/TestObjCBreakpoints.py
+++ b/lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/objc/TestObjCBreakpoints.py
@@ -22,7 +22,7 @@ class TestObjCBreakpoints(TestBase):
mydir = TestBase.compute_mydir(__file__)
def test_break(self):
- """Test setting Objective C specific breakpoints (DWARF in .o files)."""
+ """Test setting Objective-C specific breakpoints (DWARF in .o files)."""
self.build()
self.setTearDownCleanup()
self.check_objc_breakpoints(False)
OpenPOWER on IntegriCloud