aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/lang/cpp/constructors/TestCppConstructors.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/API/lang/cpp/constructors/TestCppConstructors.py')
-rw-r--r--lldb/test/API/lang/cpp/constructors/TestCppConstructors.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/API/lang/cpp/constructors/TestCppConstructors.py b/lldb/test/API/lang/cpp/constructors/TestCppConstructors.py
index 6724bfc..140877a 100644
--- a/lldb/test/API/lang/cpp/constructors/TestCppConstructors.py
+++ b/lldb/test/API/lang/cpp/constructors/TestCppConstructors.py
@@ -47,7 +47,7 @@ class TestCase(TestBase):
self.expect(
"expr ClassWithDeletedDefaultCtor().value",
error=True,
- substrs=["Couldn't look up symbols:"],
+ substrs=["Couldn't look up symbols:", "function missing"],
)
@skipIfWindows # Can't find operator new.