diff --git a/lldb/test/Shell/ScriptInterpreter/Lua/breakpoint_function_callback.test b/lldb/test/Shell/ScriptInterpreter/Lua/breakpoint_function_callback.test index b3d97872f64fe4..69dd6818140a1d 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