diff options
author | Daniel Dunbar <daniel@zuster.org> | 2010-08-02 01:25:20 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2010-08-02 01:25:20 +0000 |
commit | 27a9939903846ae9a34b5a716e086fa36f35e570 (patch) | |
tree | 4a59048e91d689d86f0d87e4184dbf2d2f3d4572 /test | |
parent | cd3b117c76700ff26aee970c96440668b017df0a (diff) | |
download | external_llvm-27a9939903846ae9a34b5a716e086fa36f35e570.zip external_llvm-27a9939903846ae9a34b5a716e086fa36f35e570.tar.gz external_llvm-27a9939903846ae9a34b5a716e086fa36f35e570.tar.bz2 |
Fix comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110006 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile index 0dc6d76..c11c2a7 100644 --- a/test/Makefile +++ b/test/Makefile @@ -12,7 +12,7 @@ DIRS = all:: check-local -# 'lit' is the default test runner.Make Dejagnu the default for testing +# 'lit' is the default test runner. check-local:: check-local-lit # Include other test rules |