diff options
Diffstat (limited to 'lit/Reproducer/TestDriverOptions.test')
-rw-r--r-- | lit/Reproducer/TestDriverOptions.test | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lit/Reproducer/TestDriverOptions.test b/lit/Reproducer/TestDriverOptions.test deleted file mode 100644 index c0713295685d..000000000000 --- a/lit/Reproducer/TestDriverOptions.test +++ /dev/null @@ -1,7 +0,0 @@ -# Check that errors are propagated to the driver. - -# RUN: not %lldb --capture %t/bogus/bogus 2>&1 | FileCheck %s --check-prefix CAPTURE -# RUN: not %lldb --replay %t/bogus/bogus 2>&1 | FileCheck %s --check-prefix REPLAY - -# CAPTURE: unable to create reproducer directory -# REPLAY: unable to load reproducer index |