
%T has been deprecated for about seven years since it is not unique to each test and can thus lead to races. This patch removes uses of %T from clang-tools-extra with the eventual goal of removing support for %T from lit.
7 lines
360 B
C++
7 lines
360 B
C++
// RUN: mkdir -p %t.dir/invalid-files
|
|
// RUN: cp %S/Inputs/invalid-files/invalid-files.yaml %t.dir/invalid-files/invalid-files.yaml
|
|
// RUN: clang-apply-replacements %t.dir/invalid-files
|
|
//
|
|
// Check that the yaml files are *not* deleted after running clang-apply-replacements without remove-change-desc-files.
|
|
// RUN: ls %t.dir/invalid-files/invalid-files.yaml
|