[commit: testsuite] master: Remove compose (3a8b8c1)
Ian Lynagh
igloo at earth.li
Tue Feb 19 15:49:58 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/3a8b8c1bc6324e072bbd1671da33bf7c6737ee20
>---------------------------------------------------------------
commit 3a8b8c1bc6324e072bbd1671da33bf7c6737ee20
Author: Ian Lynagh <ian at well-typed.com>
Date: Sun Feb 17 23:07:36 2013 +0000
Remove compose
>---------------------------------------------------------------
driver/testlib.py | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/driver/testlib.py b/driver/testlib.py
index 3553926..66987a1 100644
--- a/driver/testlib.py
+++ b/driver/testlib.py
@@ -483,9 +483,6 @@ def executeSetups(fs, name, opts):
# fs is a single function, so just apply it
fs(name, opts)
-def compose( f, g ):
- return [f, g]
-
# -----------------------------------------------------------------------------
# The current directory of tests
More information about the ghc-commits
mailing list