Moves FileManagerTest.cpp to unittests/Basic such that the unit test
directory structure matches the library structure.  Reviewed by jyasskin.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@125600 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/unittests/FileManager/FileManagerTest.cpp b/unittests/Basic/FileManagerTest.cpp
similarity index 98%
rename from unittests/FileManager/FileManagerTest.cpp
rename to unittests/Basic/FileManagerTest.cpp
index a7d3df3..8072779 100644
--- a/unittests/FileManager/FileManagerTest.cpp
+++ b/unittests/Basic/FileManagerTest.cpp
@@ -1,4 +1,4 @@
-//===- unittests/FileManager/FileMangerTest.cpp ------ FileManger tests ---===//
+//===- unittests/Basic/FileMangerTest.cpp ------------ FileManger tests ---===//
 //
 //                     The LLVM Compiler Infrastructure
 //
diff --git a/unittests/FileManager/Makefile b/unittests/Basic/Makefile
similarity index 81%
rename from unittests/FileManager/Makefile
rename to unittests/Basic/Makefile
index 3851aa4..e7ac57c 100644
--- a/unittests/FileManager/Makefile
+++ b/unittests/Basic/Makefile
@@ -1,4 +1,4 @@
-##===- unittests/FileManager/Makefile ----------------------*- Makefile -*-===##
+##===- unittests/Basic/Makefile ----------------------------*- Makefile -*-===##
 #
 #                     The LLVM Compiler Infrastructure
 #
@@ -8,7 +8,7 @@
 ##===----------------------------------------------------------------------===##
 
 CLANG_LEVEL = ../..
-TESTNAME = FileManager
+TESTNAME = Basic
 LINK_COMPONENTS := core support mc
 USEDLIBS = clangBasic.a
 
diff --git a/unittests/Makefile b/unittests/Makefile
index e8b4d55..951e17e 100644
--- a/unittests/Makefile
+++ b/unittests/Makefile
@@ -14,7 +14,7 @@
 
 IS_UNITTEST_LEVEL := 1
 CLANG_LEVEL := ..
-PARALLEL_DIRS = FileManager Frontend
+PARALLEL_DIRS = Basic Frontend
 
 endif  # CLANG_LEVEL