[Lldb-commits] [lldb] eff4f65 - [lldb] Simplify check for nill value in breakpoint_function_callback.test
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Tue Apr 20 21:53:36 PDT 2021
Author: Jonas Devlieghere
Date: 2021-04-20T21:53:30-07:00
New Revision: eff4f65afb6323e19d0baa73b9ee24df6909960b
URL: https://github.com/llvm/llvm-project/commit/eff4f65afb6323e19d0baa73b9ee24df6909960b
DIFF: https://github.com/llvm/llvm-project/commit/eff4f65afb6323e19d0baa73b9ee24df6909960b.diff
LOG: [lldb] Simplify check for nill value in breakpoint_function_callback.test
Added:
Modified:
lldb/test/Shell/ScriptInterpreter/Lua/breakpoint_function_callback.test
Removed:
################################################################################
diff --git a/lldb/test/Shell/ScriptInterpreter/Lua/breakpoint_function_callback.test b/lldb/test/Shell/ScriptInterpreter/Lua/breakpoint_function_callback.test
index b3d97872f64fe..69dd6818140a1 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
More information about the lldb-commits
mailing list