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/safeHaskell/ghci | |
parent | 8a0eeb40e00aa3e4871ea646d211d5341d56d2a2 (diff) | |
download | haskell-5527c5bba941860e0ad2a9cfc28768410bb29548.tar.gz |
Use normalise_errmsg_fun rather than normalise_fun where appropriate
Diffstat (limited to 'testsuite/tests/safeHaskell/ghci')
-rw-r--r-- | testsuite/tests/safeHaskell/ghci/all.T | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/safeHaskell/ghci/all.T b/testsuite/tests/safeHaskell/ghci/all.T index 2a91b33108..2dca62efd6 100644 --- a/testsuite/tests/safeHaskell/ghci/all.T +++ b/testsuite/tests/safeHaskell/ghci/all.T @@ -5,7 +5,7 @@ def normaliseBytestringPackage(str): test('p1', normal, ghci_script, ['p1.script']) test('p2', normal, ghci_script, ['p2.script']) -test('p3', normalise_fun(normaliseBytestringPackage), +test('p3', normalise_errmsg_fun(normaliseBytestringPackage), ghci_script, ['p3.script']) test('p4', normal, ghci_script, ['p4.script']) test('p5', normal, ghci_script, ['p5.script']) @@ -15,13 +15,13 @@ test('p8', normal, ghci_script, ['p8.script']) test('p9', normal, ghci_script, ['p9.script']) test('p10', normal, ghci_script, ['p10.script']) test('p11', normal, ghci_script, ['p11.script']) -test('p12', normalise_fun(normaliseBytestringPackage), +test('p12', normalise_errmsg_fun(normaliseBytestringPackage), ghci_script, ['p12.script']) test('p13', normal, ghci_script, ['p13.script']) test('p14', normal, ghci_script, ['p14.script']) test('p15', normal, ghci_script, ['p15.script']) test('p16', normal, ghci_script, ['p16.script']) -test('p17', normalise_fun(normaliseBytestringPackage), +test('p17', normalise_errmsg_fun(normaliseBytestringPackage), ghci_script, ['p17.script']) # 7172 test('p18', normalise_fun(normaliseBytestringPackage), |