diff options
author | Austin Seipp <austin@well-typed.com> | 2014-09-01 15:14:18 -0500 |
---|---|---|
committer | Austin Seipp <austin@well-typed.com> | 2014-09-01 15:14:18 -0500 |
commit | 9711f78f790d10d914e08851544c6fc96f9a030a (patch) | |
tree | 5c0153f04cb153257a96f71c45aa1cf865cc8128 /testsuite/tests/cabal | |
parent | 918719b936b878ab660f20ceef8afc9e3a898c5a (diff) | |
download | haskell-9711f78f790d10d914e08851544c6fc96f9a030a.tar.gz |
Fix a couple test failures encountered when building on Windows
Summary:
* Adjusts performance tests
* Change ghcpkg05.stderr-mingw32 to match ghcpkg05.stderr
Test Plan: Ran 'sh validate' and observed fewer test failures afterwards
Reviewers: austin
Reviewed By: austin
Differential Revision: https://phabricator.haskell.org/D191
Diffstat (limited to 'testsuite/tests/cabal')
-rw-r--r-- | testsuite/tests/cabal/ghcpkg05.stderr-mingw32 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/cabal/ghcpkg05.stderr-mingw32 b/testsuite/tests/cabal/ghcpkg05.stderr-mingw32 index ac5181679b..55a82814de 100644 --- a/testsuite/tests/cabal/ghcpkg05.stderr-mingw32 +++ b/testsuite/tests/cabal/ghcpkg05.stderr-mingw32 @@ -15,4 +15,4 @@ The following packages are broken, either because they have a problem listed above, or because they depend on a broken package. testpkg-2.0 testpkg-3.0 -ghc-pkg.exe: unregistering testpkg-2.0 would break the following packages: testpkg-3.0 (use --force to override) +ghc-pkg.exe: unregistering would break the following packages: testpkg-3.0 (use --force to override) |