From 06d4ba388873e6d1cfa9cd715a8935ecc8cd2097 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Sun, 18 Jan 2015 16:23:48 +0000 Subject: Vendor import of clang RELEASE_360/rc1 tag r226102 (effectively, 3.6.0 RC1): https://llvm.org/svn/llvm-project/cfe/tags/RELEASE_360/rc1@226102 --- test/Coverage/html-diagnostics.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'test/Coverage/html-diagnostics.c') diff --git a/test/Coverage/html-diagnostics.c b/test/Coverage/html-diagnostics.c index c7489f82dd7c..045943ae8b11 100644 --- a/test/Coverage/html-diagnostics.c +++ b/test/Coverage/html-diagnostics.c @@ -1,12 +1,9 @@ // RUN: rm -rf %t // 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 -// Because of the glob (*.html) -// REQUIRES: shell - // CHECK:

Annotated Source Code

// Without tweaking expr, the expr would hit to the line below -- cgit v1.2.3