mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-03 09:14:30 +00:00
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
This commit is contained in:
parent
ee836b9f52
commit
bda1572261
@ -17,7 +17,7 @@ set(ADTSources
|
|||||||
FoldingSet.cpp
|
FoldingSet.cpp
|
||||||
FunctionRefTest.cpp
|
FunctionRefTest.cpp
|
||||||
HashingTest.cpp
|
HashingTest.cpp
|
||||||
ilistTest.cpp
|
ilistTestTemp.cpp
|
||||||
IListBaseTest.cpp
|
IListBaseTest.cpp
|
||||||
IListNodeBaseTest.cpp
|
IListNodeBaseTest.cpp
|
||||||
IListSentinelTest.cpp
|
IListSentinelTest.cpp
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
//===- unittests/ADT/ilistTest.cpp - ilist unit tests ---------------------===//
|
//===- unittests/ADT/ilistTestTemp.cpp - ilist unit tests -----------------===//
|
||||||
//
|
//
|
||||||
// The LLVM Compiler Infrastructure
|
// The LLVM Compiler Infrastructure
|
||||||
//
|
//
|
||||||
@ -7,6 +7,9 @@
|
|||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
|
// FIXME: Rename this file to IListTest.cpp once incremental checkouts on bots
|
||||||
|
// have found this file.
|
||||||
|
|
||||||
#include "llvm/ADT/ilist.h"
|
#include "llvm/ADT/ilist.h"
|
||||||
#include "llvm/ADT/STLExtras.h"
|
#include "llvm/ADT/STLExtras.h"
|
||||||
#include "llvm/ADT/ilist_node.h"
|
#include "llvm/ADT/ilist_node.h"
|
Loading…
x
Reference in New Issue
Block a user