[OptTable] Fix typo VALUE => VALUES (NFCI) (#121523)
[llvm-project.git] / lldb / test / Shell / Watchpoint / LocalVariableWatchpointDisabler.test
blob396b4a922fd87fe3627ce7fea62f0b5d69a9a97b
1 # REQUIRES: system-darwin
2 # TODO: This test is breaking with my output 
3 # reformatting done for Large Watchpoint support,
4 # but the lines being output by lldb are identical,
5 # by visual inspection.  
6 # FileCheck is seeing some difference between them,
7 # which I need to get to the bottom of.
8 # UNSUPPORTED: system-darwin
9 # RUN: %clang_host -x c %S/Inputs/val.c -g -o %t
10 # RUN: %lldb -b -s %S/Inputs/watchpoint.in %t 2>&1 | FileCheck %S/Inputs/watchpoint.in