summaryrefslogtreecommitdiffstats
path: root/test/Analysis/html-diags-multifile.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/html-diags-multifile.c')
-rw-r--r--test/Analysis/html-diags-multifile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Analysis/html-diags-multifile.c b/test/Analysis/html-diags-multifile.c
index 6e89fae..bb76928 100644
--- a/test/Analysis/html-diags-multifile.c
+++ b/test/Analysis/html-diags-multifile.c
@@ -1,6 +1,6 @@
// RUN: mkdir -p %t.dir
-// RUN: %clang_cc1 -analyze -analyzer-output=html -analyzer-checker=core -o %t.dir
-// RUN: ls %t.dir | grep report | count 0
+// RUN: %clang_cc1 -analyze -analyzer-output=html -analyzer-checker=core -o %t.dir %s
+// RUN: ls %t.dir | not grep report
// RUN: rm -fR %t.dir
// This tests that we do not currently emit HTML diagnostics for reports that
OpenPOWER on IntegriCloud