[commit: testsuite] master: Test Trac #8534 (7c10d03)
git at git.haskell.org
git at git.haskell.org
Tue Nov 19 07:56:24 UTC 2013
Repository : ssh://git@git.haskell.org/testsuite
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/7c10d0324008584b5455ec76550286c7c70dd049/testsuite
>---------------------------------------------------------------
commit 7c10d0324008584b5455ec76550286c7c70dd049
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Tue Nov 19 07:54:44 2013 +0000
Test Trac #8534
>---------------------------------------------------------------
7c10d0324008584b5455ec76550286c7c70dd049
tests/polykinds/T8534.hs | 3 +++
tests/polykinds/all.T | 1 +
2 files changed, 4 insertions(+)
diff --git a/tests/polykinds/T8534.hs b/tests/polykinds/T8534.hs
new file mode 100644
index 0000000..16d4158
--- /dev/null
+++ b/tests/polykinds/T8534.hs
@@ -0,0 +1,3 @@
+{-# LANGUAGE DeriveFunctor, PolyKinds #-}
+module T8534 where
+data A a = A deriving Functor
diff --git a/tests/polykinds/all.T b/tests/polykinds/all.T
index f442621..44edefb 100644
--- a/tests/polykinds/all.T
+++ b/tests/polykinds/all.T
@@ -93,3 +93,4 @@ test('T8132', normal, compile_fail, [''])
test('T8359', normal, compile, [''])
test('T8391', normal, compile, [''])
test('T8449', normal, run_command, ['$MAKE -s --no-print-directory T8449'])
+test('T8534', normal, compile, [''])
More information about the ghc-commits
mailing list