diff options
author | Gintautas Miliauskas <gintautas.miliauskas@gmail.com> | 2014-10-29 23:14:28 -0500 |
---|---|---|
committer | Austin Seipp <austin@well-typed.com> | 2014-10-29 23:14:28 -0500 |
commit | f10b67a0d3ca588629f1cddd2f5a2bf1e1a4bc8e (patch) | |
tree | 6c1638549061a6a3a65e086cf96c3af301a13b2a | |
parent | 45175e13edad452843207491d01cdbce0bedbbd4 (diff) | |
download | haskell-f10b67a0d3ca588629f1cddd2f5a2bf1e1a4bc8e.tar.gz |
Updated stale ghcpkg05.stderr-mingw32.
Looks like the mingw32-specific test was accidentally forgotten after
changing the code and the expected outputs for non OS-specific tests.
Reviewers: austin
Reviewed By: austin
Subscribers: #ghc_windows_task_force, thomie, carter, simonmar
Differential Revision: https://phabricator.haskell.org/D383
-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) |