[commit: ghc] wip/7.10-api-annots2: Update stderrs for tests after cherry pick from master (ded5ae9)

git at git.haskell.org git at git.haskell.org
Mon May 11 21:37:12 UTC 2015


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

On branch  : wip/7.10-api-annots2
Link       : http://ghc.haskell.org/trac/ghc/changeset/ded5ae9472cec407138f50d72bac7111c532aa3b/ghc

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

commit ded5ae9472cec407138f50d72bac7111c532aa3b
Author: Alan Zimmerman <alan.zimm at gmail.com>
Date:   Mon May 11 23:32:40 2015 +0200

    Update stderrs for tests after cherry pick from master


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

ded5ae9472cec407138f50d72bac7111c532aa3b
 testsuite/tests/ghc-api/annotations/T10357.stderr | 24 +++++++++++------------
 testsuite/tests/ghc-api/annotations/T10358.stderr | 12 ++++++------
 2 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/testsuite/tests/ghc-api/annotations/T10357.stderr b/testsuite/tests/ghc-api/annotations/T10357.stderr
index a418490..bec379a 100644
--- a/testsuite/tests/ghc-api/annotations/T10357.stderr
+++ b/testsuite/tests/ghc-api/annotations/T10357.stderr
@@ -1,30 +1,30 @@
 
-Test10357.hs:4:13: error: Not in scope: ‘one’
+Test10357.hs:4:13: Not in scope: ‘one’
 
-Test10357.hs:4:19: error: Not in scope: ‘x’
+Test10357.hs:4:19: Not in scope: ‘x’
 
-Test10357.hs:5:7: error: Not in scope: ‘multPoly’
+Test10357.hs:5:7: Not in scope: ‘multPoly’
 
-Test10357.hs:6:10: error: Not in scope: ‘poly’
+Test10357.hs:6:10: Not in scope: ‘poly’
 
-Test10357.hs:6:15: error:
+Test10357.hs:6:15:
     Not in scope: data constructor ‘LE’
     Perhaps you meant ‘LT’ (imported from Prelude)
 
-Test10357.hs:7:10: error: Not in scope: ‘addPoly’
+Test10357.hs:7:10: Not in scope: ‘addPoly’
 
-Test10357.hs:7:19: error: Not in scope: ‘poly’
+Test10357.hs:7:19: Not in scope: ‘poly’
 
-Test10357.hs:7:24: error:
+Test10357.hs:7:24:
     Not in scope: data constructor ‘LE’
     Perhaps you meant ‘LT’ (imported from Prelude)
 
-Test10357.hs:7:43: error: Not in scope: ‘multPoly’
+Test10357.hs:7:43: Not in scope: ‘multPoly’
 
-Test10357.hs:8:19: error: Not in scope: ‘poly’
+Test10357.hs:8:19: Not in scope: ‘poly’
 
-Test10357.hs:8:24: error:
+Test10357.hs:8:24:
     Not in scope: data constructor ‘LE’
     Perhaps you meant ‘LT’ (imported from Prelude)
 
-Test10357.hs:8:43: error: Not in scope: ‘multPoly’
+Test10357.hs:8:43: Not in scope: ‘multPoly’
diff --git a/testsuite/tests/ghc-api/annotations/T10358.stderr b/testsuite/tests/ghc-api/annotations/T10358.stderr
index 96daaad..1fe64db 100644
--- a/testsuite/tests/ghc-api/annotations/T10358.stderr
+++ b/testsuite/tests/ghc-api/annotations/T10358.stderr
@@ -1,12 +1,12 @@
 
-Test10358.hs:5:14: error: Not in scope: ‘x’
+Test10358.hs:5:14: Not in scope: ‘x’
 
-Test10358.hs:5:16: error: Not in scope: ‘x’
+Test10358.hs:5:16: Not in scope: ‘x’
 
-Test10358.hs:6:12: error: Not in scope: ‘v’
+Test10358.hs:6:12: Not in scope: ‘v’
 
-Test10358.hs:6:14: error: Not in scope: ‘v’
+Test10358.hs:6:14: Not in scope: ‘v’
 
-Test10358.hs:6:16: error: Not in scope: ‘v’
+Test10358.hs:6:16: Not in scope: ‘v’
 
-Test10358.hs:7:12: error: Not in scope: ‘d’
+Test10358.hs:7:12: Not in scope: ‘d’



More information about the ghc-commits mailing list