diff --git a/lldb/test/Shell/ScriptInterpreter/Lua/breakpoint_function_callback.test b/lldb/test/Shell/ScriptInterpreter/Lua/breakpoint_function_callback.test index 5df8dd3a3ac73..b3d97872f64fe 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)}}