]> granicus.if.org Git - clang/commit
[clang-format] Fix test failure caused by "rm" on some buildbots.
authorHaojian Wu <hokein@google.com>
Tue, 28 Feb 2017 09:03:07 +0000 (09:03 +0000)
committerHaojian Wu <hokein@google.com>
Tue, 28 Feb 2017 09:03:07 +0000 (09:03 +0000)
commit2c558d474c5970f2ad6c20dba3ff3fc8558e16f8
treecd8b2010552466c4de621a375665a951bf72bd86
parentb144ec9ca3df9c19a8ae93bd6601e56fc417f211
[clang-format] Fix test failure caused by "rm" on some buildbots.

The begining command "rm" will return 1 when there is not such file to
delete.

This patch is to remove it, as it's not needed for the test.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@296453 91177308-0d34-0410-b5e6-96231b3b80d8
test/Format/inplace.cpp