summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/indexed-types/should_compile/all.T
diff options
context:
space:
mode:
authorsimonpj <simonpj@microsoft.com>2010-11-15 14:56:05 +0000
committersimonpj <simonpj@microsoft.com>2010-11-15 14:56:05 +0000
commite1d9ee14597548d57062331a8a3242a6406ba368 (patch)
tree6f550f35f73ae4179803be44ca2c08ad32a4e36a /testsuite/tests/ghc-regress/indexed-types/should_compile/all.T
parentce026bc975984e2c42383644befe3f9ffd025845 (diff)
downloadhaskell-e1d9ee14597548d57062331a8a3242a6406ba368.tar.gz
Test Snoyman's emailed data family deriving program
Diffstat (limited to 'testsuite/tests/ghc-regress/indexed-types/should_compile/all.T')
-rw-r--r--testsuite/tests/ghc-regress/indexed-types/should_compile/all.T1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/ghc-regress/indexed-types/should_compile/all.T b/testsuite/tests/ghc-regress/indexed-types/should_compile/all.T
index a9910860f7..8a4124b45f 100644
--- a/testsuite/tests/ghc-regress/indexed-types/should_compile/all.T
+++ b/testsuite/tests/ghc-regress/indexed-types/should_compile/all.T
@@ -159,3 +159,4 @@ test('T4356', normal, compile, [''])
test('T4484', normal, compile, [''])
test('T4492', normal, compile, [''])
test('T4494', normal, compile, [''])
+test('DataFamDeriv', normal, compile, [''])