From 2f821a5f8fd07f8bab1a080d086f8a6bbc9c6e39 Mon Sep 17 00:00:00 2001 From: Johnny Chen Date: Tue, 16 Aug 2011 00:56:41 +0000 Subject: [PATCH] Modify the expected substrings to accomodate clang, now that rdar://problem/8516141 has been fixed. llvm-svn: 137698 --- lldb/test/lang/cpp/class_types/TestClassTypes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/test/lang/cpp/class_types/TestClassTypes.py b/lldb/test/lang/cpp/class_types/TestClassTypes.py index fb874743d05d..2012b8891449 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) -- GitLab