[commit: ghc] master: Test Trac #10625 (1ee9229)

git at git.haskell.org git at git.haskell.org
Thu Jan 7 09:33:16 UTC 2016


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/1ee92293651c0cc70504df1a4450febb986ad891/ghc

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

commit 1ee92293651c0cc70504df1a4450febb986ad891
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Thu Jan 7 09:03:29 2016 +0000

    Test Trac #10625


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

1ee92293651c0cc70504df1a4450febb986ad891
 testsuite/tests/rename/should_compile/T10625.hs | 6 ++++++
 testsuite/tests/rename/should_compile/all.T     | 1 +
 2 files changed, 7 insertions(+)

diff --git a/testsuite/tests/rename/should_compile/T10625.hs b/testsuite/tests/rename/should_compile/T10625.hs
new file mode 100644
index 0000000..5229fbe
--- /dev/null
+++ b/testsuite/tests/rename/should_compile/T10625.hs
@@ -0,0 +1,6 @@
+{-# LANGUAGE ExistentialQuantification #-}
+{-# OPTIONS_GHC -Wall -Wno-name-shadowing #-}
+
+module T10625 where
+
+data Ex a = forall a. Ex a
diff --git a/testsuite/tests/rename/should_compile/all.T b/testsuite/tests/rename/should_compile/all.T
index 8c120cd..65f92e2 100644
--- a/testsuite/tests/rename/should_compile/all.T
+++ b/testsuite/tests/rename/should_compile/all.T
@@ -232,3 +232,4 @@ test('T11164',
      multimod_compile, ['T11164', '-v0'])
 test('T11167', normal, compile, [''])
 test('T11167_ambig', normal, compile, [''])
+test('T10625', normal, compile, [''])



More information about the ghc-commits mailing list