diff --git a/lldb/test/Shell/ExecControl/StopHook/stop-hook.test b/lldb/test/Shell/ExecControl/StopHook/stop-hook.test index 7e5b37b638547..98a77cac99bac 100644 --- a/lldb/test/Shell/ExecControl/StopHook/stop-hook.test +++ b/lldb/test/Shell/ExecControl/StopHook/stop-hook.test @@ -46,12 +46,12 @@ target stop-hook list run # Stopping inside of the stop hook range # CHECK: (lldb) run -# CHECK-NEXT: (void *) $0 = 0x +# CHECK-NEXT: (void *) ${{.*}} = 0x thread step-over # Stepping inside of the stop hook range # CHECK: (lldb) thread step-over -# CHECK-NEXT: (void *) $2 = 0x +# CHECK-NEXT: (void *) ${{.*}} = 0x # CHECK: ->{{.*}} // We should stop here after stepping. process continue