Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/a3e6aad07489b1a83aaead0011d86f19b02041d1 >--------------------------------------------------------------- commit a3e6aad07489b1a83aaead0011d86f19b02041d1 Author: Ian Lynagh <[email protected]> Date: Sat Nov 19 23:33:36 2011 +0000 Move ix001 to base/tests >--------------------------------------------------------------- tests/lib/Data.Ix/Makefile | 3 --- tests/lib/Data.Ix/all.T | 1 - tests/lib/Data.Ix/ix001.hs | 4 ---- tests/lib/Data.Ix/ix001.stdout | 1 - 4 files changed, 0 insertions(+), 9 deletions(-) diff --git a/tests/lib/Data.Ix/Makefile b/tests/lib/Data.Ix/Makefile deleted file mode 100644 index 9101fbd..0000000 --- a/tests/lib/Data.Ix/Makefile +++ /dev/null @@ -1,3 +0,0 @@ -TOP=../../.. -include $(TOP)/mk/boilerplate.mk -include $(TOP)/mk/test.mk diff --git a/tests/lib/Data.Ix/all.T b/tests/lib/Data.Ix/all.T deleted file mode 100644 index 972be5d..0000000 --- a/tests/lib/Data.Ix/all.T +++ /dev/null @@ -1 +0,0 @@ -test('ix001', normal, compile_and_run, ['']) diff --git a/tests/lib/Data.Ix/ix001.hs b/tests/lib/Data.Ix/ix001.hs deleted file mode 100644 index c723472..0000000 --- a/tests/lib/Data.Ix/ix001.hs +++ /dev/null @@ -1,4 +0,0 @@ -import Data.Ix -import Data.Int - -main = print (index (minBound::Int16,maxBound) maxBound) diff --git a/tests/lib/Data.Ix/ix001.stdout b/tests/lib/Data.Ix/ix001.stdout deleted file mode 100644 index 7a53b35..0000000 --- a/tests/lib/Data.Ix/ix001.stdout +++ /dev/null @@ -1 +0,0 @@ -65535 _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
