diff options
-rw-r--r-- | test/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/Makefile b/test/Makefile index af426cb267..8825c53d5b 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,14 +1,14 @@ #===- test/Makefile ----------------------------------------*- Makefile -*--===# -# +# # The LLVM Compiler Infrastructure # # This file is distributed under the University of Illinois Open Source # License. See LICENSE.TXT for details. -# +# #===------------------------------------------------------------------------===# LEVEL = .. -DIRS = +DIRS = # # Make Dejagnu the default for testing |