From e17eef982ea43282d54b103ee1c115847229c93f Mon Sep 17 00:00:00 2001
From: Simon Marlow <marlowsd@gmail.com>
Date: Wed, 4 Nov 2015 23:43:31 +0000
Subject: [PATCH] Update output

---
 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 22adc34..21a31a0 100644
--- a/tests/function/tough.stdout
+++ b/tests/function/tough.stdout
@@ -1,10 +1,10 @@
 "Hello"
 "Hello"
 badCase
-CallStack:
+CallStack (from ImplicitParams):
   error, called at tough.hs:39:14 in main:Main
 badCase
-CallStack:
+CallStack (from ImplicitParams):
   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 690f386..66bb3f8 100644
--- a/tests/function2/tough2.stdout
+++ b/tests/function2/tough2.stdout
@@ -1,10 +1,10 @@
 "Hello"
 "Hello"
 badCase
-CallStack:
+CallStack (from ImplicitParams):
   error, called at subdir/tough2.lhs:40:14 in main:Main
 badCase
-CallStack:
+CallStack (from ImplicitParams):
   error, called at subdir/tough2.lhs:40:14 in main:Main
 "Bark"
 "Hello"
-- 
GitLab