Speculatively fix the lldb test bots
authorAaron Ballman <aaron@aaronballman.com>
Fri, 14 Oct 2022 12:36:04 +0000 (08:36 -0400)
committerAaron Ballman <aaron@aaronballman.com>
Fri, 14 Oct 2022 12:37:08 +0000 (08:37 -0400)
This should fix the issue found by:
https://lab.llvm.org/buildbot/#/builders/68/builds/41100

lldb/test/API/commands/expression/expr_inside_lambda/TestExprInsideLambdas.py

index 9b8937a..aa7c01c 100644 (file)
@@ -112,7 +112,7 @@ class ExprInsideLambdaTestCase(TestBase):
                                            " 'base_var'"))
 
         self.expectExprError("local_var", ("use of non-static data member 'local_var'"
-                                           " of '' from nested type 'LocalLambdaClass'"))
+                                           " of '(unnamed class)' from nested type 'LocalLambdaClass'"))
 
         # Inside non_capturing_method
         lldbutil.continue_to_breakpoint(process, bkpt)