diff --git a/clang/test/Format/inplace.cpp b/clang/test/Format/inplace.cpp index cc218f31187a..aad1fad10d38 100644 --- a/clang/test/Format/inplace.cpp +++ b/clang/test/Format/inplace.cpp @@ -1,6 +1,5 @@ // Regression test to check that clang-format does not leave behind temporary // files on Windows when doing in-place formatting. -// RUN: rm %T/inplace* // RUN: cp %s %T/inplace.cpp // RUN: clang-format -style=LLVM -i %T/inplace.cpp // RUN: ls %T > %T/files.txt