[commit: ghc] master: Testsuite: accept new output for T2507 and T8959a (a138fa1)

git at git.haskell.org git at git.haskell.org
Fri May 29 21:46:17 UTC 2015


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/a138fa1aa9fe2b6499d023ebff4e0fd2f0f1cac8/ghc

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

commit a138fa1aa9fe2b6499d023ebff4e0fd2f0f1cac8
Author: Thomas Miedema <thomasmiedema at gmail.com>
Date:   Fri May 29 23:01:09 2015 +0200

    Testsuite: accept new output for T2507 and T8959a
    
    Unbreak the build.


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

a138fa1aa9fe2b6499d023ebff4e0fd2f0f1cac8
 testsuite/tests/driver/T2507.stderr  | 6 +++---
 testsuite/tests/driver/T8959a.stderr | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/testsuite/tests/driver/T2507.stderr b/testsuite/tests/driver/T2507.stderr
index 925a870..eb0878f 100644
--- a/testsuite/tests/driver/T2507.stderr
+++ b/testsuite/tests/driver/T2507.stderr
@@ -1,5 +1,5 @@
 
-T2507.hs:5:7:
-    Couldn't match expected type `Int' with actual type `()'
+T2507.hs:5:7: error:
+    Couldn't match expected type ‘Int’ with actual type ‘()’
     In the expression: ()
-    In an equation for `foo': foo = ()
+    In an equation for ‘foo’: foo = ()
diff --git a/testsuite/tests/driver/T8959a.stderr b/testsuite/tests/driver/T8959a.stderr
index f270bb6..defb34b 100644
--- a/testsuite/tests/driver/T8959a.stderr
+++ b/testsuite/tests/driver/T8959a.stderr
@@ -1,5 +1,5 @@
 
-T8959a.hs:5:7:
-    Couldn't match expected type `Int -> Int' with actual type `()'
+T8959a.hs:5:7: error:
+    Couldn't match expected type ‘Int -> Int’ with actual type ‘()’
     In the expression: ()
-    In an equation for `foo': foo = ()
+    In an equation for ‘foo’: foo = ()



More information about the ghc-commits mailing list