From eff4f65afb6323e19d0baa73b9ee24df6909960b Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Tue, 20 Apr 2021 21:53:09 -0700 Subject: [PATCH] [lldb] Simplify check for nill value in breakpoint_function_callback.test --- 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 b3d9787..69dd681 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|is not callable (a nil value)}} +# CHECK: a nil value -- 2.7.4