[commit: packages/array] master: T9220: Only examine type roles (db07d53)
git at git.haskell.org
git at git.haskell.org
Sun Apr 2 18:42:05 UTC 2017
Repository : ssh://git@git.haskell.org/array
On branch : master
Link : http://git.haskell.org/packages/array.git/commitdiff/db07d534feb267d5f81e1301f6a0cb726c4c2ea2
>---------------------------------------------------------------
commit db07d534feb267d5f81e1301f6a0cb726c4c2ea2
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sun Apr 2 13:02:23 2017 -0400
T9220: Only examine type roles
The ghc-8.2 and master branches disagree on the order of the instances.
Normalise this difference away.
>---------------------------------------------------------------
db07d534feb267d5f81e1301f6a0cb726c4c2ea2
tests/all.T | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/all.T b/tests/all.T
index a5f92e7..298f19c 100644
--- a/tests/all.T
+++ b/tests/all.T
@@ -5,5 +5,5 @@ test('array001', [
],
compile_and_run, [''])
-test('T9220', normal, ghci_script, ['T9220.script'])
+test('T9220', filter_stdout_lines('.*type role .*'), ghci_script, ['T9220.script'])
test('T229', [exit_code(1)], compile_and_run, [''])
More information about the ghc-commits
mailing list