Fix test so that it doesn't keep failing forever when it's failed once.

llvm-svn: 162077
This commit is contained in:
Richard Smith 2012-08-17 04:05:25 +00:00
parent 2683b4c0fd
commit 43b550f7fe
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
// RUN: mkdir %t.dir
// RUN: %clang_cc1 -analyze -analyzer-output=html -analyzer-checker=core -o %t.dir %s
// RUN: rm -fR %t.dir
// RUN: mkdir %T/dir
// RUN: %clang_cc1 -analyze -analyzer-output=html -analyzer-checker=core -o %T/dir %s
// RUN: rm -fR %T/dir
// Currently this test mainly checks that the HTML diagnostics doesn't crash
// when handling macros will calls with macros. We should actually validate