[commit: packages/hpc] master: update expected testsuite output (886429b)
git at git.haskell.org
git at git.haskell.org
Tue Sep 22 00:19:28 UTC 2015
Repository : ssh://git@git.haskell.org/hpc
On branch : master
Link : http://git.haskell.org/packages/hpc.git/commitdiff/886429bf84097bbc16cdb6602b60ba1b9156cf6a
>---------------------------------------------------------------
commit 886429bf84097bbc16cdb6602b60ba1b9156cf6a
Author: Eric Seidel <gridaphobe at gmail.com>
Date: Sat Sep 19 19:26:15 2015 -0700
update expected testsuite output
Signed-off-by: Austin Seipp <austin at well-typed.com>
>---------------------------------------------------------------
886429bf84097bbc16cdb6602b60ba1b9156cf6a
tests/simple/tixs/T10529a.stderr | 2 ++
tests/simple/tixs/T10529b.stderr | 2 ++
tests/simple/tixs/T10529c.stderr | 2 ++
3 files changed, 6 insertions(+)
diff --git a/tests/simple/tixs/T10529a.stderr b/tests/simple/tixs/T10529a.stderr
index 5107218..d83560a 100644
--- a/tests/simple/tixs/T10529a.stderr
+++ b/tests/simple/tixs/T10529a.stderr
@@ -1 +1,3 @@
hpc: can not find NonExistingModule in ./.hpc
+CallStack:
+ error, called at libraries/hpc/Trace/Hpc/Mix.hs:119:15 in hpc-0.6.0.2:Trace.Hpc.Mix
diff --git a/tests/simple/tixs/T10529b.stderr b/tests/simple/tixs/T10529b.stderr
index 4035997..151b953 100644
--- a/tests/simple/tixs/T10529b.stderr
+++ b/tests/simple/tixs/T10529b.stderr
@@ -1,2 +1,4 @@
hpc: hash in tix file for module Main (1234567890)
does not match hash in ./.hpc/Main.mix (2454134535)
+CallStack:
+ error, called at libraries/hpc/Trace/Hpc/Mix.hs:129:17 in hpc-0.6.0.2:Trace.Hpc.Mix
diff --git a/tests/simple/tixs/T10529c.stderr b/tests/simple/tixs/T10529c.stderr
index 5a0db11..5c2f649 100644
--- a/tests/simple/tixs/T10529c.stderr
+++ b/tests/simple/tixs/T10529c.stderr
@@ -1 +1,3 @@
hpc: can not parse ./.hpc/NoParse.mix
+CallStack:
+ error, called at libraries/hpc/Trace/Hpc/Mix.hs:103:43 in hpc-0.6.0.2:Trace.Hpc.Mix
More information about the ghc-commits
mailing list