r194069 - Fix test that wasn't testing anything

Alp Toker alp at nuanti.com
Tue Nov 5 04:45:37 PST 2013


Author: alp
Date: Tue Nov  5 06:45:37 2013
New Revision: 194069

URL: http://llvm.org/viewvc/llvm-project?rev=194069&view=rev
Log:
Fix test that wasn't testing anything

Modified:
    cfe/trunk/test/Analysis/html-diags-multifile.c

Modified: cfe/trunk/test/Analysis/html-diags-multifile.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Analysis/html-diags-multifile.c?rev=194069&r1=194068&r2=194069&view=diff
==============================================================================
--- cfe/trunk/test/Analysis/html-diags-multifile.c (original)
+++ cfe/trunk/test/Analysis/html-diags-multifile.c Tue Nov  5 06:45:37 2013
@@ -1,5 +1,5 @@
 // RUN: mkdir -p %t.dir
-// RUN: %clang_cc1 -analyze -analyzer-output=html -analyzer-checker=core -o %t.dir
+// 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
 





More information about the cfe-commits mailing list