forked from OSchip/llvm-project
Fix test so that it doesn't keep failing forever when it's failed once.
llvm-svn: 162077
This commit is contained in:
parent
2683b4c0fd
commit
43b550f7fe
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue