Skip to content

Commit eff4f65

Browse files
committed
[lldb] Simplify check for nill value in breakpoint_function_callback.test
1 parent ca31b43 commit eff4f65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/Shell/ScriptInterpreter/Lua/breakpoint_function_callback.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ r
2020
# CHECK: nil
2121
breakpoint command add -s lua -F typo
2222
r
23-
# CHECK: {{attempt to call a nil value|is not callable (a nil value)}}
23+
# CHECK: a nil value

0 commit comments

Comments
 (0)