forked from OSchip/llvm-project
clang/test/Coverage/html-diagnostics.c: Use find(1) to avoid globbing.
llvm-svn: 221263
This commit is contained in:
parent
217ee5bf92
commit
bf37ee795c
|
@ -1,12 +1,9 @@
|
||||||
// RUN: rm -rf %t
|
// RUN: rm -rf %t
|
||||||
// RUN: %clang_cc1 -analyze -analyzer-output=html -analyzer-checker=core -o %t %s
|
// RUN: %clang_cc1 -analyze -analyzer-output=html -analyzer-checker=core -o %t %s
|
||||||
// RUN: cat %t/*.html | FileCheck %s
|
// RUN: find %t -name "*.html" -exec cat "{}" ";" | FileCheck %s
|
||||||
|
|
||||||
// REQUIRES: staticanalyzer
|
// REQUIRES: staticanalyzer
|
||||||
|
|
||||||
// Because of the glob (*.html)
|
|
||||||
// REQUIRES: shell
|
|
||||||
|
|
||||||
// CHECK: <h3>Annotated Source Code</h3>
|
// CHECK: <h3>Annotated Source Code</h3>
|
||||||
|
|
||||||
// Without tweaking expr, the expr would hit to the line below
|
// Without tweaking expr, the expr would hit to the line below
|
||||||
|
|
Loading…
Reference in New Issue