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


        
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to