[clang-tidy] Fix broken test with redundant string init (msvc).
authorEtienne Bergeron <etienneb@google.com>
Tue, 22 Mar 2016 18:21:17 +0000 (18:21 +0000)
committerEtienne Bergeron <etienneb@google.com>
Tue, 22 Mar 2016 18:21:17 +0000 (18:21 +0000)
commite409e688a328d1c61229653a7d4e1ab108cf3a3c
tree72f777e9d4d5f6de81401edbe51c6115ac528b97
parent28f367d7b32b56771025c55fa6c7ae50aedd5cd0
[clang-tidy] Fix broken test with redundant string init (msvc).

Summary:
There is a silly bug that got introduced after fixing incorrect paths with this patch:
http://reviews.llvm.org/D18293

The tests was present twice in the file.

Reviewers: alexfh, rnk

Subscribers: cfe-commits

Differential Revision: http://reviews.llvm.org/D18365

llvm-svn: 264080
clang-tools-extra/test/clang-tidy/readability-redundant-string-init-msvc.cpp