[commit: testsuite] master: Improve a comment (5a58fc0)

Ian Lynagh igloo at earth.li
Thu Feb 14 17:37:18 CET 2013


Repository : ssh://darcs.haskell.org//srv/darcs/testsuite

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/5a58fc0f8c3ebae024191a258cb6ecd47ada8e77

>---------------------------------------------------------------

commit 5a58fc0f8c3ebae024191a258cb6ecd47ada8e77
Author: Ian Lynagh <ian at well-typed.com>
Date:   Thu Feb 14 14:04:42 2013 +0000

    Improve a comment

>---------------------------------------------------------------

 tests/Makefile |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/tests/Makefile b/tests/Makefile
index d0fc4ee..9234bcc 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -3,7 +3,8 @@ include $(TOP)/mk/boilerplate.mk
 include $(TOP)/mk/test.mk
 
 # The libraries that we actually know about. We don't want to test
-# extralibs that are in our tree but which we haven't built.
+# extralibs that are in our tree but which we haven't built, and
+# we don't want to test unix on Windows or Win32 on non-Windows.
 LIBRARIES := $(shell '$(GHC_PKG)' list --simple-output --names-only)
 
 ifeq "$(findstring base,$(LIBRARIES))" ""





More information about the ghc-commits mailing list