diff options
author | Alp Toker <alp@nuanti.com> | 2013-10-25 22:30:07 +0000 |
---|---|---|
committer | Alp Toker <alp@nuanti.com> | 2013-10-25 22:30:07 +0000 |
commit | dbb846a463a12612a5e43d1dfd6faeb11ec45d1a (patch) | |
tree | 2a6de3a62907c6c2bb92c5d6502ffe4c71fc1c33 /clang | |
parent | a694171f345c4f420404cb3a422f0fe6996bdea1 (diff) | |
download | bcm5719-llvm-dbb846a463a12612a5e43d1dfd6faeb11ec45d1a.tar.gz bcm5719-llvm-dbb846a463a12612a5e43d1dfd6faeb11ec45d1a.zip |
Skip this test when using lit integrated shell
It wasn't passing on UNIX with LIT_USE_INTERNAL_SHELL=1
due to cat globbing.
llvm-svn: 193443
Diffstat (limited to 'clang')
-rw-r--r-- | clang/test/Coverage/html-diagnostics.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/test/Coverage/html-diagnostics.c b/clang/test/Coverage/html-diagnostics.c index 4f1b0e3763b..410ee2acd5f 100644 --- a/clang/test/Coverage/html-diagnostics.c +++ b/clang/test/Coverage/html-diagnostics.c @@ -2,6 +2,9 @@ // RUN: %clang_cc1 -analyze -analyzer-output=html -analyzer-checker=core -o %t %s // RUN: cat %t/*.html | FileCheck %s +// Because of the glob (*.html) +// REQUIRES: shell + // CHECK: <h3>Annotated Source Code</h3> // Without tweaking expr, the expr would hit to the line below |