diff --git a/lldb/test/lang/cpp/class_types/TestClassTypes.py b/lldb/test/lang/cpp/class_types/TestClassTypes.py index fb874743d05d7935ccac6e4ffe28962c9e5b6003..2012b8891449f682e9ce1fb3843af636eef1cc0e 100644 --- a/lldb/test/lang/cpp/class_types/TestClassTypes.py +++ b/lldb/test/lang/cpp/class_types/TestClassTypes.py @@ -160,7 +160,7 @@ class ClassTypesTestCase(TestBase): # # Break on the ctor function of class C. self.expect("breakpoint set -M C", BREAKPOINT_CREATED, - startstr = "Breakpoint created: 1: name = 'C', locations = 1") + startstr = "Breakpoint created: 1: name = 'C'") self.runCmd("run", RUN_SUCCEEDED)