[commit: ghc] ghc-7.8: Revert "Test Trac #9023" (e86e5cd)
git at git.haskell.org
git at git.haskell.org
Mon Jun 23 09:26:22 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-7.8
Link : http://ghc.haskell.org/trac/ghc/changeset/e86e5cd941c016a9fb8de379fc760b58ec79e93b/ghc
>---------------------------------------------------------------
commit e86e5cd941c016a9fb8de379fc760b58ec79e93b
Author: Austin Seipp <austin at well-typed.com>
Date: Mon Jun 23 04:25:46 2014 -0500
Revert "Test Trac #9023"
This reverts commit f6e494231b2ad00fa073fc6623a876ffe40e900e.
Signed-off-by: Austin Seipp <austin at well-typed.com>
>---------------------------------------------------------------
e86e5cd941c016a9fb8de379fc760b58ec79e93b
testsuite/tests/patsyn/should_compile/T9023.hs | 6 ------
testsuite/tests/patsyn/should_compile/all.T | 1 -
2 files changed, 7 deletions(-)
diff --git a/testsuite/tests/patsyn/should_compile/T9023.hs b/testsuite/tests/patsyn/should_compile/T9023.hs
deleted file mode 100644
index 3a86140..0000000
--- a/testsuite/tests/patsyn/should_compile/T9023.hs
+++ /dev/null
@@ -1,6 +0,0 @@
-{-# LANGUAGE PatternSynonyms #-}
-
-module T9023 where
-
-pattern P a b = Just (a, b)
-foo P{} = True
diff --git a/testsuite/tests/patsyn/should_compile/all.T b/testsuite/tests/patsyn/should_compile/all.T
index d851bc3..ecc4701 100644
--- a/testsuite/tests/patsyn/should_compile/all.T
+++ b/testsuite/tests/patsyn/should_compile/all.T
@@ -9,4 +9,3 @@ test('num', normal, compile, [''])
test('incomplete', normal, compile, [''])
test('export', normal, compile, [''])
test('T8966', normal, compile, [''])
-test('T9023', normal, compile, [''])
More information about the ghc-commits
mailing list