Fixup for r310950: Also remove the new instance of %T from html-diags.c

llvm-svn: 310952
This commit is contained in:
Kuba Mracek 2017-08-15 19:54:04 +00:00
parent 5b57633a45
commit cea6267cc6
1 changed files with 4 additions and 4 deletions

View File

@ -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