From 8053e55beb9925affa36a66b57b93f907048a6f0 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. =] llvm-svn: 171589 --- 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