diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-29 19:06:14 +0300 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-30 01:47:44 +0300 |
commit | 985e367948a33a4a50629ea9d2523317f2311a3b (patch) | |
tree | bfaf283d9f52681260218b77a2cc70c6d097af6b /testsuite/tests/roles | |
parent | eac8728691db95085d0530b748388de0f8f5732b (diff) | |
download | haskell-985e367948a33a4a50629ea9d2523317f2311a3b.tar.gz |
testsuite: normalise integer library name for T8958
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'testsuite/tests/roles')
-rw-r--r-- | testsuite/tests/roles/should_compile/T8958.stderr | 2 | ||||
-rw-r--r-- | testsuite/tests/roles/should_compile/all.T | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/roles/should_compile/T8958.stderr b/testsuite/tests/roles/should_compile/T8958.stderr index 5c144c204d..a01cc05631 100644 --- a/testsuite/tests/roles/should_compile/T8958.stderr +++ b/testsuite/tests/roles/should_compile/T8958.stderr @@ -17,7 +17,7 @@ INSTANCES -- Defined at T8958.hs:10:10 Dependent modules: [] Dependent packages: [base-4.7.1.0, ghc-prim-0.3.1.0, - integer-gmp-0.5.1.0] + integer-<IMPL>-<VERSION>] ==================== Typechecker ==================== AbsBinds [a] [] diff --git a/testsuite/tests/roles/should_compile/all.T b/testsuite/tests/roles/should_compile/all.T index 681092bd48..744b9342a6 100644 --- a/testsuite/tests/roles/should_compile/all.T +++ b/testsuite/tests/roles/should_compile/all.T @@ -5,4 +5,4 @@ test('Roles4', only_ways('normal'), compile, ['-ddump-tc']) test('Roles13', only_ways('normal'), compile, ['-ddump-simpl -dsuppress-uniques']) test('Roles14', only_ways('normal'), compile, ['-ddump-tc']) test('RolesIArray', only_ways('normal'), compile, ['']) -test('T8958', only_ways('normal'), compile, ['-ddump-tc -dsuppress-uniques']) +test('T8958', [normalise_fun(normalise_errmsg), only_ways('normal')], compile, ['-ddump-tc -dsuppress-uniques']) |