Remove Analysis-Apple.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52366 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Makefile b/test/Makefile
index 039f150..8770db1 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -5,7 +5,7 @@
 
 # Only run rewriter tests on darwin.
 ifeq ($(OS),Darwin)
-TESTDIRS += Analysis-Apple
+TESTDIRS += 
 endif
 
 ifdef VERBOSE