]> granicus.if.org Git - clang/commitdiff
This test used to fail forever if it failed once, because it does not clean up after...
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 5 Dec 2012 06:16:54 +0000 (06:16 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 5 Dec 2012 06:16:54 +0000 (06:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169356 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/html-diags.c

index 7c15df65d7502194896db5cfe2a21494f566cc32..1ec4d18884adaa00c6416de5f32ffd2d7a06e115 100644 (file)
@@ -1,6 +1,6 @@
+// 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