aboutsummaryrefslogtreecommitdiff
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.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/Analysis/html-diags-multifile.c b/test/Analysis/html-diags-multifile.c
index ce1f72b6bb1a..ff7b625ad083 100644
--- a/test/Analysis/html-diags-multifile.c
+++ b/test/Analysis/html-diags-multifile.c
@@ -1,10 +1,9 @@
// RUN: mkdir -p %t.dir
// RUN: %clang_analyze_cc1 -analyzer-output=html -analyzer-checker=core -o %t.dir %s
-// RUN: ls %t.dir | not grep report
+// RUN: ls %t.dir | grep report
// RUN: rm -fR %t.dir
-// This tests that we do not currently emit HTML diagnostics for reports that
-// cross file boundaries.
+// This tests that we emit HTML diagnostics for reports that cross file boundaries.
#include "html-diags-multifile.h"