aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lldb/test/Shell/ScriptInterpreter/Lua/breakpoint_function_callback.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/Shell/ScriptInterpreter/Lua/breakpoint_function_callback.test b/lldb/test/Shell/ScriptInterpreter/Lua/breakpoint_function_callback.test
index 125913f..4527b68 100644
--- a/lldb/test/Shell/ScriptInterpreter/Lua/breakpoint_function_callback.test
+++ b/lldb/test/Shell/ScriptInterpreter/Lua/breakpoint_function_callback.test
@@ -12,7 +12,7 @@ r
# CHECK: nil
breakpoint command add -s lua -F abc -k foo -v 123pizza!
r
-# CHECK: <userdata of type 'lldb::SBStructuredData *' at {{0x[[:xdigit:]]+}}>
+# CHECK: foo: 123pizza!
# CHECK: 123pizza!
breakpoint command add -s lua -o "abc(frame, bp_loc, ...)"
r