[commit: ghc] wip/orf-reboot: Accept a test output wibble (bacad58)
git at git.haskell.org
git at git.haskell.org
Fri Mar 27 15:47:17 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/orf-reboot
Link : http://ghc.haskell.org/trac/ghc/changeset/bacad58025af54120095a811bb1e3819acc2872f/ghc
>---------------------------------------------------------------
commit bacad58025af54120095a811bb1e3819acc2872f
Author: Adam Gundry <adam at well-typed.com>
Date: Fri Mar 20 16:20:44 2015 +0000
Accept a test output wibble
>---------------------------------------------------------------
bacad58025af54120095a811bb1e3819acc2872f
testsuite/tests/ghci/scripts/ghci042.stdout | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testsuite/tests/ghci/scripts/ghci042.stdout b/testsuite/tests/ghci/scripts/ghci042.stdout
index 7a519f6..2a75ecb 100644
--- a/testsuite/tests/ghci/scripts/ghci042.stdout
+++ b/testsuite/tests/ghci/scripts/ghci042.stdout
@@ -3,4 +3,4 @@ data T = A {a :: Int} -- Defined at <interactive>:3:13
a :: Integer -- Defined at <interactive>:6:5
3
data R = B {a :: Int} -- Defined at <interactive>:9:13
-data T = A {a :: Int} -- Defined at <interactive>:3:1
+data T = A {Ghci1.a :: Int} -- Defined at <interactive>:3:1
More information about the ghc-commits
mailing list