OSDN Git Service

Rename unittests/ADT/ilistTest.cpp to ilistTestTemp.cpp (temporarily)
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Tue, 23 Aug 2016 15:56:50 +0000 (15:56 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Tue, 23 Aug 2016 15:56:50 +0000 (15:56 +0000)
commitbda1572261de21de5dbdc2807e2cb8d4c6aa6d62
tree3cb8b34b150788ce66292f6eeb888c396f32e542
parentee836b9f522c250da1370f53adf1fa671ed29b08
Rename unittests/ADT/ilistTest.cpp to ilistTestTemp.cpp (temporarily)

I'll rename this to IListTest.cpp after a waiting period (tonight?
tomorrow?), with a full explanation in that commit.

First, I'm moving it aside because Git doesn't play well with case-only
filename changes on case-insensitive file systems (and I suspect the
same is true of SVN).  This two-stage change should help to avoid
spurious failures on bots that don't do clean checkouts.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@279524 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/ADT/CMakeLists.txt
unittests/ADT/ilistTestTemp.cpp [moved from unittests/ADT/ilistTest.cpp with 97% similarity]