summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/parser')
-rw-r--r--testsuite/tests/parser/should_compile/DumpParsedAst.stderr4
-rw-r--r--testsuite/tests/parser/should_compile/DumpRenamedAst.stderr6
-rw-r--r--testsuite/tests/parser/should_compile/DumpSemis.stderr6
-rw-r--r--testsuite/tests/parser/should_compile/KindSigs.stderr4
-rw-r--r--testsuite/tests/parser/should_compile/T14189.stderr2
-rw-r--r--testsuite/tests/parser/should_compile/T15323.stderr2
-rw-r--r--testsuite/tests/parser/should_compile/T20452.stderr2
7 files changed, 13 insertions, 13 deletions
diff --git a/testsuite/tests/parser/should_compile/DumpParsedAst.stderr b/testsuite/tests/parser/should_compile/DumpParsedAst.stderr
index 31c2d79256..72609565a8 100644
--- a/testsuite/tests/parser/should_compile/DumpParsedAst.stderr
+++ b/testsuite/tests/parser/should_compile/DumpParsedAst.stderr
@@ -30,7 +30,7 @@
(1))
(Just
(L
- { DumpParsedAst.hs:5:8-20 }
+ (SrcSpanAnn (EpAnnNotUsed) { DumpParsedAst.hs:5:8-20 })
{ModuleName: DumpParsedAst}))
(Nothing)
[(L
@@ -51,7 +51,7 @@
[]))
(NoSourceText)
(L
- { DumpParsedAst.hs:6:8-16 }
+ (SrcSpanAnn (EpAnnNotUsed) { DumpParsedAst.hs:6:8-16 })
{ModuleName: Data.Kind})
(NoRawPkgQual)
(NotBoot)
diff --git a/testsuite/tests/parser/should_compile/DumpRenamedAst.stderr b/testsuite/tests/parser/should_compile/DumpRenamedAst.stderr
index d8beda8fa4..b7ef9c2ce6 100644
--- a/testsuite/tests/parser/should_compile/DumpRenamedAst.stderr
+++ b/testsuite/tests/parser/should_compile/DumpRenamedAst.stderr
@@ -1261,7 +1261,7 @@
(NoExtField)
(NoSourceText)
(L
- { DumpRenamedAst.hs:5:8-21 }
+ (SrcSpanAnn (EpAnnNotUsed) { DumpRenamedAst.hs:5:8-21 })
{ModuleName: Prelude})
(NoPkgQual)
(NotBoot)
@@ -1276,7 +1276,7 @@
(NoExtField)
(NoSourceText)
(L
- { DumpRenamedAst.hs:6:8-16 }
+ (SrcSpanAnn (EpAnnNotUsed) { DumpRenamedAst.hs:6:8-16 })
{ModuleName: Data.Kind})
(NoPkgQual)
(NotBoot)
@@ -1291,7 +1291,7 @@
(NoExtField)
(NoSourceText)
(L
- { DumpRenamedAst.hs:8:8-16 }
+ (SrcSpanAnn (EpAnnNotUsed) { DumpRenamedAst.hs:8:8-16 })
{ModuleName: Data.Kind})
(NoPkgQual)
(NotBoot)
diff --git a/testsuite/tests/parser/should_compile/DumpSemis.stderr b/testsuite/tests/parser/should_compile/DumpSemis.stderr
index 0f5b6f869d..1b59817f4d 100644
--- a/testsuite/tests/parser/should_compile/DumpSemis.stderr
+++ b/testsuite/tests/parser/should_compile/DumpSemis.stderr
@@ -41,7 +41,7 @@
(1))
(Just
(L
- { DumpSemis.hs:1:8-16 }
+ (SrcSpanAnn (EpAnnNotUsed) { DumpSemis.hs:1:8-16 })
{ModuleName: DumpSemis}))
(Nothing)
[(L
@@ -74,7 +74,7 @@
[]))
(NoSourceText)
(L
- { DumpSemis.hs:5:8-16 }
+ (SrcSpanAnn (EpAnnNotUsed) { DumpSemis.hs:5:8-16 })
{ModuleName: Data.List})
(NoRawPkgQual)
(NotBoot)
@@ -113,7 +113,7 @@
[]))
(NoSourceText)
(L
- { DumpSemis.hs:7:8-16 }
+ (SrcSpanAnn (EpAnnNotUsed) { DumpSemis.hs:7:8-16 })
{ModuleName: Data.Kind})
(NoRawPkgQual)
(NotBoot)
diff --git a/testsuite/tests/parser/should_compile/KindSigs.stderr b/testsuite/tests/parser/should_compile/KindSigs.stderr
index bd9c0deaf0..3bd3964024 100644
--- a/testsuite/tests/parser/should_compile/KindSigs.stderr
+++ b/testsuite/tests/parser/should_compile/KindSigs.stderr
@@ -30,7 +30,7 @@
(1))
(Just
(L
- { KindSigs.hs:6:8-15 }
+ (SrcSpanAnn (EpAnnNotUsed) { KindSigs.hs:6:8-15 })
{ModuleName: KindSigs}))
(Nothing)
[(L
@@ -51,7 +51,7 @@
[]))
(NoSourceText)
(L
- { KindSigs.hs:8:8-16 }
+ (SrcSpanAnn (EpAnnNotUsed) { KindSigs.hs:8:8-16 })
{ModuleName: Data.Kind})
(NoRawPkgQual)
(NotBoot)
diff --git a/testsuite/tests/parser/should_compile/T14189.stderr b/testsuite/tests/parser/should_compile/T14189.stderr
index eeadfcc06d..6accce1c99 100644
--- a/testsuite/tests/parser/should_compile/T14189.stderr
+++ b/testsuite/tests/parser/should_compile/T14189.stderr
@@ -168,7 +168,7 @@
(NoExtField)
(NoSourceText)
(L
- { T14189.hs:1:8-13 }
+ (SrcSpanAnn (EpAnnNotUsed) { T14189.hs:1:8-13 })
{ModuleName: Prelude})
(NoPkgQual)
(NotBoot)
diff --git a/testsuite/tests/parser/should_compile/T15323.stderr b/testsuite/tests/parser/should_compile/T15323.stderr
index 20867efede..0a2f60dd59 100644
--- a/testsuite/tests/parser/should_compile/T15323.stderr
+++ b/testsuite/tests/parser/should_compile/T15323.stderr
@@ -30,7 +30,7 @@
(1))
(Just
(L
- { T15323.hs:3:8-13 }
+ (SrcSpanAnn (EpAnnNotUsed) { T15323.hs:3:8-13 })
{ModuleName: T15323}))
(Nothing)
[]
diff --git a/testsuite/tests/parser/should_compile/T20452.stderr b/testsuite/tests/parser/should_compile/T20452.stderr
index d1a11145fa..c5eded00e9 100644
--- a/testsuite/tests/parser/should_compile/T20452.stderr
+++ b/testsuite/tests/parser/should_compile/T20452.stderr
@@ -30,7 +30,7 @@
(1))
(Just
(L
- { T20452.hs:3:8-13 }
+ (SrcSpanAnn (EpAnnNotUsed) { T20452.hs:3:8-13 })
{ModuleName: T20452}))
(Nothing)
[]