Skip to content

Commit 918d84d

Browse files
dexonsmithbob-wilson
authored andcommitted
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 (cherry picked from commit bda1572)
1 parent 602855c commit 918d84d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

unittests/ADT/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ set(ADTSources
1616
FoldingSet.cpp
1717
FunctionRefTest.cpp
1818
HashingTest.cpp
19-
ilistTest.cpp
19+
ilistTestTemp.cpp
2020
IListBaseTest.cpp
2121
IListNodeBaseTest.cpp
2222
IListSentinelTest.cpp

unittests/ADT/ilistTest.cpp renamed to unittests/ADT/ilistTestTemp.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===- unittests/ADT/ilistTest.cpp - ilist unit tests ---------------------===//
1+
//===- unittests/ADT/ilistTestTemp.cpp - ilist unit tests -----------------===//
22
//
33
// The LLVM Compiler Infrastructure
44
//
@@ -7,6 +7,9 @@
77
//
88
//===----------------------------------------------------------------------===//
99

10+
// FIXME: Rename this file to IListTest.cpp once incremental checkouts on bots
11+
// have found this file.
12+
1013
#include "llvm/ADT/ilist.h"
1114
#include "llvm/ADT/STLExtras.h"
1215
#include "llvm/ADT/ilist_node.h"

0 commit comments

Comments
 (0)