[llvm-commits] [llvm] r110006 - /llvm/trunk/test/Makefile

Daniel Dunbar daniel at zuster.org
Sun Aug 1 18:25:20 PDT 2010


Author: ddunbar
Date: Sun Aug  1 20:25:20 2010
New Revision: 110006

URL: http://llvm.org/viewvc/llvm-project?rev=110006&view=rev
Log:
Fix comment.

Modified:
    llvm/trunk/test/Makefile

Modified: llvm/trunk/test/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Makefile?rev=110006&r1=110005&r2=110006&view=diff
==============================================================================
--- llvm/trunk/test/Makefile (original)
+++ llvm/trunk/test/Makefile Sun Aug  1 20:25:20 2010
@@ -12,7 +12,7 @@
 
 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





More information about the llvm-commits mailing list