aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 039f150c09..8770db1ff8 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -5,7 +5,7 @@ TESTDIRS = CodeGen Lexer Preprocessor Parser Sema Analysis Serialization Rewrite
# Only run rewriter tests on darwin.
ifeq ($(OS),Darwin)
-TESTDIRS += Analysis-Apple
+TESTDIRS +=
endif
ifdef VERBOSE