[commit: packages/hpc] master: Fix test output (31d2496)

git at git.haskell.org git at git.haskell.org
Thu Sep 21 18:03:48 UTC 2017


Repository : ssh://git@git.haskell.org/hpc

On branch  : master
Link       : http://git.haskell.org/packages/hpc.git/commitdiff/31d24969c3e3644fb2bad1b85a8f9c7c2cacfbaf

>---------------------------------------------------------------

commit 31d24969c3e3644fb2bad1b85a8f9c7c2cacfbaf
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Thu Sep 21 13:43:18 2017 -0400

    Fix test output


>---------------------------------------------------------------

31d24969c3e3644fb2bad1b85a8f9c7c2cacfbaf
 tests/function/tough.stdout   | 4 ++--
 tests/function2/tough2.stdout | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/tests/function/tough.stdout b/tests/function/tough.stdout
index 0287052..01e286b 100644
--- a/tests/function/tough.stdout
+++ b/tests/function/tough.stdout
@@ -1,10 +1,10 @@
 "Hello"
 "Hello"
 badCase
-CallStack (from ImplicitParams):
+CallStack (from HasCallStack):
   error, called at tough.hs:39:14 in main:Main
 badCase
-CallStack (from ImplicitParams):
+CallStack (from HasCallStack):
   error, called at tough.hs:39:14 in main:Main
 "Bark"
 "Hello"
diff --git a/tests/function2/tough2.stdout b/tests/function2/tough2.stdout
index dcfcd8d..2aadd7f 100644
--- a/tests/function2/tough2.stdout
+++ b/tests/function2/tough2.stdout
@@ -1,10 +1,10 @@
 "Hello"
 "Hello"
 badCase
-CallStack (from ImplicitParams):
+CallStack (from HasCallStack):
   error, called at subdir/tough2.lhs:40:14 in main:Main
 badCase
-CallStack (from ImplicitParams):
+CallStack (from HasCallStack):
   error, called at subdir/tough2.lhs:40:14 in main:Main
 "Bark"
 "Hello"



More information about the ghc-commits mailing list