[Lldb-commits] [lldb] a771209 - [lldb] Update breakpoint_function_callback.test for different error message

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Mon Apr 19 12:23:32 PDT 2021


Author: Jonas Devlieghere
Date: 2021-04-19T12:23:23-07:00
New Revision: a7712091ea7a2b4a7b5c4764af7545a7574b651b

URL: https://github.com/llvm/llvm-project/commit/a7712091ea7a2b4a7b5c4764af7545a7574b651b
DIFF: https://github.com/llvm/llvm-project/commit/a7712091ea7a2b4a7b5c4764af7545a7574b651b.diff

LOG: [lldb] Update breakpoint_function_callback.test for different error message

Adjust for the Lua error message printed by Lua 5.4.3.

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 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)}}


        


More information about the lldb-commits mailing list