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:
Kuba Mracek 2017-08-15 19:54:04 +00:00
parent d9232a8d23
commit 1ca328e5ea
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