[commit: testsuite] master: Remove GenDeprecated test (56e3194)
Ian Lynagh
igloo at earth.li
Tue Jul 5 23:04:00 CEST 2011
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/56e319494e640d591ccd05ec5fd7ce8d6194a7ab
>---------------------------------------------------------------
commit 56e319494e640d591ccd05ec5fd7ce8d6194a7ab
Author: Ian Lynagh <igloo at earth.li>
Date: Tue Jul 5 21:59:51 2011 +0100
Remove GenDeprecated test
The Generics extension is no longer supported.
>---------------------------------------------------------------
tests/ghc-regress/generics/GenDeprecated.hs | 3 ---
tests/ghc-regress/generics/all.T | 1 -
2 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/tests/ghc-regress/generics/GenDeprecated.hs b/tests/ghc-regress/generics/GenDeprecated.hs
deleted file mode 100644
index be3984d..0000000
--- a/tests/ghc-regress/generics/GenDeprecated.hs
+++ /dev/null
@@ -1,3 +0,0 @@
-{-# LANGUAGE Generics #-}
-
-module GenDeprecated where
diff --git a/tests/ghc-regress/generics/all.T b/tests/ghc-regress/generics/all.T
index 2041ea9..5ef616c 100644
--- a/tests/ghc-regress/generics/all.T
+++ b/tests/ghc-regress/generics/all.T
@@ -2,7 +2,6 @@ setTestOpts(only_compiler_types(['ghc']))
test('GenCanDoRep0', normal, compile, [''])
-test('GenDeprecated', normal, compile, [''])
test('GenShouldFail0', normal, compile_fail, [''])
test('GenCannotDoRep0', normal, compile_fail, [''])
test('GenCannotDoRep1', normal, compile_fail, [''])
More information about the Cvs-ghc
mailing list