diff options
author | Austin Seipp <austin@well-typed.com> | 2014-09-01 17:26:47 -0500 |
---|---|---|
committer | Austin Seipp <austin@well-typed.com> | 2014-09-01 17:27:28 -0500 |
commit | 31f43e806beeac434b1330ba5a04746ae79275fc (patch) | |
tree | 12edabd441b8a6dc9c97a6d261d247559fba343e /testsuite/tests/cabal | |
parent | 4d4d07704ee78221607a18b8118294b0aea1bac4 (diff) | |
download | haskell-31f43e806beeac434b1330ba5a04746ae79275fc.tar.gz |
Revert "Fix a couple test failures encountered when building on Windows"
This reverts commit 9711f78f790d10d914e08851544c6fc96f9a030a, as it's
causing build phailures in phabricator.
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 55a82814de..ac5181679b 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 would break the following packages: testpkg-3.0 (use --force to override) +ghc-pkg.exe: unregistering testpkg-2.0 would break the following packages: testpkg-3.0 (use --force to override) |