mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-27 04:46:06 +00:00
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
This commit is contained in:
parent
a694171f34
commit
dbb846a463
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user