Fix test that wasn't testing anything

llvm-svn: 194069
This commit is contained in:
Alp Toker 2013-11-05 12:45:37 +00:00
parent a7310a8cfa
commit 52ca4a4e47
1 changed files with 1 additions and 1 deletions

View File

@ -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