forked from OSchip/llvm-project
Fixup for r310950: Also remove the new instance of %T from html-diags.c
llvm-svn: 310952
This commit is contained in:
parent
5b57633a45
commit
cea6267cc6
|
@ -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