diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-02-05 20:17:58 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-02-05 20:17:58 +0000 |
commit | 5527c5bba941860e0ad2a9cfc28768410bb29548 (patch) | |
tree | db1f8604a066490dd07c6bf27271b1719bb10105 /testsuite/tests/cabal | |
parent | 8a0eeb40e00aa3e4871ea646d211d5341d56d2a2 (diff) | |
download | haskell-5527c5bba941860e0ad2a9cfc28768410bb29548.tar.gz |
Use normalise_errmsg_fun rather than normalise_fun where appropriate
Diffstat (limited to 'testsuite/tests/cabal')
-rw-r--r-- | testsuite/tests/cabal/all.T | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/cabal/all.T b/testsuite/tests/cabal/all.T index 04e918d23a..d05d05fe1e 100644 --- a/testsuite/tests/cabal/all.T +++ b/testsuite/tests/cabal/all.T @@ -16,7 +16,7 @@ test('ghcpkg02', test('ghcpkg03', [extra_clean(['local03.package.conf', 'local03.package.conf.old']), - normalise_fun(normaliseDynlibNames)], + normalise_errmsg_fun(normaliseDynlibNames)], run_command, ['$MAKE -s --no-print-directory ghcpkg03']) test('ghcpkg04', @@ -36,8 +36,8 @@ test('ghcpkg05', 'local05a.package.conf.old', 'local05b.package.conf', 'local05b.package.conf.old']), - normalise_fun(two_normalisers(normalise_haddock_junk, - normaliseDynlibNames)) + normalise_errmsg_fun(two_normalisers(normalise_haddock_junk, + normaliseDynlibNames)) ], run_command, ['$MAKE -s --no-print-directory ghcpkg05']) |