diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2013-02-12 18:08:26 +0000 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2013-02-12 18:08:26 +0000 |
commit | 55f1558928f392f74015b23ae3f3a4d6e8fea505 (patch) | |
tree | 57f4c34aca78eef22f669cc53435fe10ab25e14b | |
parent | c7a2d3da17b5c878b8fcb64b26ef2595a8619a27 (diff) | |
download | haskell-55f1558928f392f74015b23ae3f3a4d6e8fea505.tar.gz |
Error message wibble
-rw-r--r-- | testsuite/tests/indexed-types/should_fail/SimpleFail2a.stderr | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testsuite/tests/indexed-types/should_fail/SimpleFail2a.stderr b/testsuite/tests/indexed-types/should_fail/SimpleFail2a.stderr index 9c1f1c9047..c8ac4513dd 100644 --- a/testsuite/tests/indexed-types/should_fail/SimpleFail2a.stderr +++ b/testsuite/tests/indexed-types/should_fail/SimpleFail2a.stderr @@ -2,6 +2,5 @@ SimpleFail2a.hs:11:3: Type indexes must match class instance head Found `a' but expected `Int' - In the data declaration for `Sd' In the data instance declaration for `Sd' In the instance declaration for `C Int' |