diff --git a/lldb/test/Shell/Commands/command-stop-hook-no-target.test b/lldb/test/Shell/Commands/command-stop-hook-no-target.test --- a/lldb/test/Shell/Commands/command-stop-hook-no-target.test +++ b/lldb/test/Shell/Commands/command-stop-hook-no-target.test @@ -1,4 +1,5 @@ # RUN: %clang_host -g %S/Inputs/main.c -o %t # RUN: %lldb -b -o 'target stop-hook add --name test --shlib test -o "expression 95000 + 126"' -o 'file %t' -o 'b main' -o 'r' 2>&1 | FileCheck %s # CHECK: Stop hook #1 added -# CHECK-NOT: 95126 +# CHECK-NOT: (lldb) expression 95000 + 126 +# CHECK-NOT: (int) $0 = 95126