[commit: ghc] wip/type-app: Testsuite wibbles (183156f)
git at git.haskell.org
git at git.haskell.org
Fri Aug 7 12:08:01 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/type-app
Link : http://ghc.haskell.org/trac/ghc/changeset/183156ff8e12069324f60875fc2dbb2c11f63831/ghc
>---------------------------------------------------------------
commit 183156ff8e12069324f60875fc2dbb2c11f63831
Author: Richard Eisenberg <eir at cis.upenn.edu>
Date: Thu Aug 6 11:25:17 2015 -0400
Testsuite wibbles
>---------------------------------------------------------------
183156ff8e12069324f60875fc2dbb2c11f63831
testsuite/tests/ghci.debugger/scripts/break001.stdout | 4 ++--
testsuite/tests/ghci.debugger/scripts/break003.stdout | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/testsuite/tests/ghci.debugger/scripts/break001.stdout b/testsuite/tests/ghci.debugger/scripts/break001.stdout
index c3146e2..02ba1bb 100644
--- a/testsuite/tests/ghci.debugger/scripts/break001.stdout
+++ b/testsuite/tests/ghci.debugger/scripts/break001.stdout
@@ -1,12 +1,12 @@
Breakpoint 0 activated at ../Test2.hs:3:1-9
Breakpoint 1 activated at ../Test2.hs:5:1-7
Stopped at ../Test2.hs:3:1-9
-_result :: t = _
+_result :: r = _
Stopped at ../Test2.hs:3:7-9
_result :: Integer = _
x :: Integer = 1
Stopped at ../Test2.hs:5:1-7
-_result :: t = _
+_result :: r = _
Stopped at ../Test2.hs:5:7
_result :: Integer = _
y :: Integer = 1
diff --git a/testsuite/tests/ghci.debugger/scripts/break003.stdout b/testsuite/tests/ghci.debugger/scripts/break003.stdout
index a48f74c..ed41883 100644
--- a/testsuite/tests/ghci.debugger/scripts/break003.stdout
+++ b/testsuite/tests/ghci.debugger/scripts/break003.stdout
@@ -1,6 +1,6 @@
Breakpoint 0 activated at ../Test3.hs:2:18-31
Stopped at ../Test3.hs:2:18-31
-_result :: [t1] = _
-f :: t -> t1 = _
+_result :: [a] = _
+f :: t -> a = _
x :: t = _
xs :: [t] = [_]
More information about the ghc-commits
mailing list