[commit: ghc] wip/spj-wildcard-refactor: Benign changes to API annotatinos (ee68443)
git at git.haskell.org
git at git.haskell.org
Fri Nov 13 12:38:58 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/spj-wildcard-refactor
Link : http://ghc.haskell.org/trac/ghc/changeset/ee684438302338f8f45e1264759ac6abd241e396/ghc
>---------------------------------------------------------------
commit ee684438302338f8f45e1264759ac6abd241e396
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Fri Oct 30 16:51:18 2015 +0000
Benign changes to API annotatinos
These testsuite wibbles have been certified as "benign"
by Alan Zimmerman
>---------------------------------------------------------------
ee684438302338f8f45e1264759ac6abd241e396
testsuite/tests/ghc-api/annotations/T10268.stdout | 3 ++-
testsuite/tests/ghc-api/annotations/T10354.stdout | 4 +++-
testsuite/tests/ghc-api/annotations/T10396.stdout | 3 ++-
testsuite/tests/ghc-api/annotations/listcomps.stdout | 3 +--
4 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/testsuite/tests/ghc-api/annotations/T10268.stdout b/testsuite/tests/ghc-api/annotations/T10268.stdout
index 8c77efd..b33eac3 100644
--- a/testsuite/tests/ghc-api/annotations/T10268.stdout
+++ b/testsuite/tests/ghc-api/annotations/T10268.stdout
@@ -1,9 +1,10 @@
---Problems---------------------
[
+(AK <no location info> AnnEofPos = [Test10268.hs:12:1])
]
---Problems'--------------------
-[]
+[(AnnEofPos, Test10268.hs:12:1)]
--------------------------------
[
(AK Test10268.hs:1:1 AnnModule = [Test10268.hs:3:1-6])
diff --git a/testsuite/tests/ghc-api/annotations/T10354.stdout b/testsuite/tests/ghc-api/annotations/T10354.stdout
index b0203c9..585c63a 100644
--- a/testsuite/tests/ghc-api/annotations/T10354.stdout
+++ b/testsuite/tests/ghc-api/annotations/T10354.stdout
@@ -3,10 +3,12 @@
(AK Test10354.hs:4:7-15 AnnCloseP = [Test10354.hs:4:15])
(AK Test10354.hs:4:7-15 AnnOpenP = [Test10354.hs:4:7])
+
+(AK <no location info> AnnEofPos = [Test10354.hs:15:1])
]
---Problems'--------------------
-[]
+[(AnnEofPos, Test10354.hs:15:1)]
--------------------------------
[
(AK Test10354.hs:1:1 AnnModule = [Test10354.hs:2:1-6])
diff --git a/testsuite/tests/ghc-api/annotations/T10396.stdout b/testsuite/tests/ghc-api/annotations/T10396.stdout
index 61d0399..3abfebd 100644
--- a/testsuite/tests/ghc-api/annotations/T10396.stdout
+++ b/testsuite/tests/ghc-api/annotations/T10396.stdout
@@ -1,9 +1,10 @@
---Problems---------------------
[
+(AK <no location info> AnnEofPos = [Test10396.hs:8:1])
]
---Problems'--------------------
-[]
+[(AnnEofPos, Test10396.hs:8:1)]
--------------------------------
[
(AK Test10396.hs:1:1 AnnModule = [Test10396.hs:2:1-6])
diff --git a/testsuite/tests/ghc-api/annotations/listcomps.stdout b/testsuite/tests/ghc-api/annotations/listcomps.stdout
index 081258a..3a89d4f 100644
--- a/testsuite/tests/ghc-api/annotations/listcomps.stdout
+++ b/testsuite/tests/ghc-api/annotations/listcomps.stdout
@@ -33,8 +33,7 @@
ListComprehensions.hs:25:16-20, ListComprehensions.hs:26:16,
ListComprehensions.hs:26:16-23,
ListComprehensions.hs:(26,16)-(27,22),
- ListComprehensions.hs:26:21-23, ListComprehensions.hs:27:21-22,
- <no location info>}
+ ListComprehensions.hs:26:21-23, ListComprehensions.hs:27:21-22}
--------------------------------
[
(AK ListComprehensions.hs:1:1 AnnModule = [ListComprehensions.hs:6:1-6])
More information about the ghc-commits
mailing list