From a7712091ea7a2b4a7b5c4764af7545a7574b651b Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Mon, 19 Apr 2021 12:22:31 -0700 Subject: [PATCH] [lldb] Update breakpoint_function_callback.test for different error message Adjust for the Lua error message printed by Lua 5.4.3. --- lldb/test/Shell/ScriptInterpreter/Lua/breakpoint_function_callback.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/test/Shell/ScriptInterpreter/Lua/breakpoint_function_callback.test b/lldb/test/Shell/ScriptInterpreter/Lua/breakpoint_function_callback.test index 5df8dd3..b3d9787 100644 --- a/lldb/test/Shell/ScriptInterpreter/Lua/breakpoint_function_callback.test +++ b/lldb/test/Shell/ScriptInterpreter/Lua/breakpoint_function_callback.test @@ -20,4 +20,4 @@ r # CHECK: nil breakpoint command add -s lua -F typo r -# CHECK: attempt to call a nil value +# CHECK: {{attempt to call a nil value|is not callable (a nil value)}} -- 2.7.4