summaryrefslogtreecommitdiff
path: root/testsuite/tests/indexed-types/should_fail/T7010.stderr
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2012-08-30 14:40:16 +0100
committerSimon Peyton Jones <simonpj@microsoft.com>2012-08-30 14:40:16 +0100
commit7fa287acc521bbd6b0e1840fb135ca8bf6253ccd (patch)
tree3c89ec10f8dcc52197a845028e5b8a7a5e99a5c1 /testsuite/tests/indexed-types/should_fail/T7010.stderr
parentc5b92198ac416bc244fe8b59d728a8c005d7d985 (diff)
downloadhaskell-7fa287acc521bbd6b0e1840fb135ca8bf6253ccd.tar.gz
Accept error message changes
Diffstat (limited to 'testsuite/tests/indexed-types/should_fail/T7010.stderr')
-rw-r--r--testsuite/tests/indexed-types/should_fail/T7010.stderr16
1 files changed, 8 insertions, 8 deletions
diff --git a/testsuite/tests/indexed-types/should_fail/T7010.stderr b/testsuite/tests/indexed-types/should_fail/T7010.stderr
index 25194a700b..6f620c7537 100644
--- a/testsuite/tests/indexed-types/should_fail/T7010.stderr
+++ b/testsuite/tests/indexed-types/should_fail/T7010.stderr
@@ -1,8 +1,8 @@
-
-T7010.hs:44:27:
- Couldn't match type `Serial (ValueTuple Float)' with `IO Float'
- Expected type: (Float, ValueTuple Vector)
- Actual type: (Float, ValueTuple Float)
- In the first argument of `withArgs', namely `plug'
- In the expression: withArgs plug
- In an equation for `filterFormants': filterFormants = withArgs plug
+
+T7010.hs:44:27:
+ Couldn't match type `Serial (IO Float)' with `IO Float'
+ Expected type: (Float, ValueTuple Vector)
+ Actual type: (Float, ValueTuple Float)
+ In the first argument of `withArgs', namely `plug'
+ In the expression: withArgs plug
+ In an equation for `filterFormants': filterFormants = withArgs plug