From 61e7ff907ae20a2049f1e522690a460abe4db41f Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Sat, 5 Jan 2013 02:08:43 +0000 Subject: [PATCH] Rename the unittest from ArrayRecylerTest.cpp to ArrayRecyclerTest.cpp. Fixes the CMake build. It took me cutting and pasting this before I managed to see the missing character. =] git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171589 91177308-0d34-0410-b5e6-96231b3b80d8 --- unittests/Support/{ArrayRecylerTest.cpp => ArrayRecyclerTest.cpp} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename unittests/Support/{ArrayRecylerTest.cpp => ArrayRecyclerTest.cpp} (100%) diff --git a/unittests/Support/ArrayRecylerTest.cpp b/unittests/Support/ArrayRecyclerTest.cpp similarity index 100% rename from unittests/Support/ArrayRecylerTest.cpp rename to unittests/Support/ArrayRecyclerTest.cpp