Remove Analysis-Apple.

llvm-svn: 52366
This commit is contained in:
Ted Kremenek 2008-06-16 21:21:48 +00:00
parent caefb0b5c7
commit 6bed7d6b1e
1 changed files with 1 additions and 1 deletions

View File

@ -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