[commit: packages/hpc] master: fix tests broken by D861 (da5928c)

git at git.haskell.org git at git.haskell.org
Wed Sep 2 18:14:42 UTC 2015


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

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

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

commit da5928ccf4e369f6985ef291351d074918b88019
Author: Eric Seidel <gridaphobe at gmail.com>
Date:   Wed Sep 2 10:38:12 2015 -0700

    fix tests broken by D861


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

da5928ccf4e369f6985ef291351d074918b88019
 tests/function/tough.stdout   | 4 ++++
 tests/function2/tough2.stdout | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/tests/function/tough.stdout b/tests/function/tough.stdout
index aed0fd2..22adc34 100644
--- a/tests/function/tough.stdout
+++ b/tests/function/tough.stdout
@@ -1,7 +1,11 @@
 "Hello"
 "Hello"
 badCase
+CallStack:
+  error, called at tough.hs:39:14 in main:Main
 badCase
+CallStack:
+  error, called at tough.hs:39:14 in main:Main
 "Bark"
 "Hello"
 (1,2,3)
diff --git a/tests/function2/tough2.stdout b/tests/function2/tough2.stdout
index 2594091..690f386 100644
--- a/tests/function2/tough2.stdout
+++ b/tests/function2/tough2.stdout
@@ -1,7 +1,11 @@
 "Hello"
 "Hello"
 badCase
+CallStack:
+  error, called at subdir/tough2.lhs:40:14 in main:Main
 badCase
+CallStack:
+  error, called at subdir/tough2.lhs:40:14 in main:Main
 "Bark"
 "Hello"
 (1,2,3)



More information about the ghc-commits mailing list