diff options
author | Adrian Prantl <aprantl@apple.com> | 2018-12-18 20:28:54 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2018-12-18 20:28:54 +0000 |
commit | 36a03526e99cc8861bb2fefc3d1336a2e3d894cf (patch) | |
tree | ff624eadb91fb6a2646d966987f9b89e39e594bb | |
parent | 09cf6374c162b13e00bb86c10e6e481abf437a07 (diff) | |
download | bcm5719-llvm-36a03526e99cc8861bb2fefc3d1336a2e3d894cf.tar.gz bcm5719-llvm-36a03526e99cc8861bb2fefc3d1336a2e3d894cf.zip |
Fix REQUIRES line
llvm-svn: 349533
-rw-r--r-- | lldb/lit/Python/crashlog.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/lit/Python/crashlog.test b/lldb/lit/Python/crashlog.test index 2a95a280ba3..93d9cbabbe2 100644 --- a/lldb/lit/Python/crashlog.test +++ b/lldb/lit/Python/crashlog.test @@ -1,6 +1,6 @@ # -*- python -*- +# REQUIRES: system-darwin # RUN: cd %S/../../examples/python && %lldb -S %s | FileCheck %s -# REQUIRES : system-darwin # CHECK-LABEL: {{S}}KIP BEYOND CHECKS script import crashlog |