Files
clang-p2996/lldb/test/Shell/Breakpoint/breakpoint-command.test
Jordan Rupprecht 6eb40bf51b [test] Fix a test that wasn't running
The functionality is fine (we don't run the breakpoint command twice), but this test forgot to call `FileCheck` and isn't checking the same value isn't there twice..
2022-10-12 20:43:46 -07:00

6 lines
194 B
Plaintext

# RUN: %build %p/Inputs/dummy-target.c -o %t.out
# RUN: %lldb %t.out -o 'b main' -o 'break command add 1 -o "script print(95000 + 126)"' -o 'r' | FileCheck %s
# CHECK: 95126
# CHECK-NOT: 95126