[commit: ghc] master: Test Trac #9318 (5760eb5)

git at git.haskell.org git at git.haskell.org
Fri Nov 21 13:03:19 UTC 2014


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/5760eb598e0dfa451407195f15072204c15233ed/ghc

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

commit 5760eb598e0dfa451407195f15072204c15233ed
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Fri Nov 21 11:12:16 2014 +0000

    Test Trac #9318


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

5760eb598e0dfa451407195f15072204c15233ed
 testsuite/tests/{typecheck => indexed-types}/should_fail/T9318.hs     | 0
 testsuite/tests/{typecheck => indexed-types}/should_fail/T9318.stderr | 0
 testsuite/tests/indexed-types/should_fail/all.T                       | 1 +
 3 files changed, 1 insertion(+)

diff --git a/testsuite/tests/typecheck/should_fail/T9318.hs b/testsuite/tests/indexed-types/should_fail/T9318.hs
similarity index 100%
copy from testsuite/tests/typecheck/should_fail/T9318.hs
copy to testsuite/tests/indexed-types/should_fail/T9318.hs
diff --git a/testsuite/tests/typecheck/should_fail/T9318.stderr b/testsuite/tests/indexed-types/should_fail/T9318.stderr
similarity index 100%
copy from testsuite/tests/typecheck/should_fail/T9318.stderr
copy to testsuite/tests/indexed-types/should_fail/T9318.stderr
diff --git a/testsuite/tests/indexed-types/should_fail/all.T b/testsuite/tests/indexed-types/should_fail/all.T
index 286360a..998193f 100644
--- a/testsuite/tests/indexed-types/should_fail/all.T
+++ b/testsuite/tests/indexed-types/should_fail/all.T
@@ -131,3 +131,4 @@ test('BadSock', normal, compile_fail, [''])
 test('T9580', normal, multimod_compile_fail, ['T9580', ''])
 test('T9662', normal, compile_fail, [''])
 test('T7862', normal, compile_fail, [''])
+test('T9318', normal, compile_fail, [''])



More information about the ghc-commits mailing list