mirror of https://github.com/microsoft/clang.git
Fixup for r310950: Also remove the new instance of %T from html-diags.c
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@310952 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d9232a8d23
commit
1ca328e5ea
|
@ -4,10 +4,10 @@
|
|||
// RUN: ls %t | grep report
|
||||
|
||||
// D30406: Test new html-single-file output
|
||||
// RUN: rm -fR %T/dir
|
||||
// RUN: mkdir %T/dir
|
||||
// RUN: %clang_analyze_cc1 -analyzer-output=html-single-file -analyzer-checker=core -o %T/dir %s
|
||||
// RUN: ls %T/dir | grep report
|
||||
// RUN: rm -fR %t
|
||||
// RUN: mkdir %t
|
||||
// RUN: %clang_analyze_cc1 -analyzer-output=html-single-file -analyzer-checker=core -o %t %s
|
||||
// RUN: ls %t | grep report
|
||||
|
||||
// PR16547: Test relative paths
|
||||
// RUN: cd %t
|
||||
|
|
Loading…
Reference in New Issue