| # REQUIRES: system-darwin | |
| # TODO: This test is breaking with my output | |
| # reformatting done for Large Watchpoint support, | |
| # but the lines being output by lldb are identical, | |
| # by visual inspection. | |
| # FileCheck is seeing some difference between them, | |
| # which I need to get to the bottom of. | |
| # UNSUPPORTED: system-darwin | |
| # RUN: %clang_host -x c %S/Inputs/val.c -g -o %t | |
| # RUN: %lldb -b -s %S/Inputs/watchpoint.in %t 2>&1 | FileCheck %S/Inputs/watchpoint.in |