diff options
-rw-r--r-- | testsuite/tests/ghc-api/annotations/parseTree.stdout-mingw32 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/testsuite/tests/ghc-api/annotations/parseTree.stdout-mingw32 b/testsuite/tests/ghc-api/annotations/parseTree.stdout-mingw32 index d3a94e79c0..145e0afbbb 100644 --- a/testsuite/tests/ghc-api/annotations/parseTree.stdout-mingw32 +++ b/testsuite/tests/ghc-api/annotations/parseTree.stdout-mingw32 @@ -1,11 +1,11 @@ -[(AnnotationTuple.hs:14:20, [p], Unit 1), - (AnnotationTuple.hs:14:23-29, [p], Unit "hello"), - (AnnotationTuple.hs:14:35-37, [p], Unit 6.5), +[(AnnotationTuple.hs:14:20, [p], Solo 1), + (AnnotationTuple.hs:14:23-29, [p], Solo "hello"), + (AnnotationTuple.hs:14:35-37, [p], Solo 6.5), (AnnotationTuple.hs:14:39, [m], ()), - (AnnotationTuple.hs:14:41-52, [p], Unit [5, 5, 6, 7]), - (AnnotationTuple.hs:16:8, [p], Unit 1), - (AnnotationTuple.hs:16:11-17, [p], Unit "hello"), - (AnnotationTuple.hs:16:20-22, [p], Unit 6.5), + (AnnotationTuple.hs:14:41-52, [p], Solo [5, 5, 6, 7]), + (AnnotationTuple.hs:16:8, [p], Solo 1), + (AnnotationTuple.hs:16:11-17, [p], Solo "hello"), + (AnnotationTuple.hs:16:20-22, [p], Solo 6.5), (AnnotationTuple.hs:16:24, [m], ()), (AnnotationTuple.hs:16:25, [m], ()), (AnnotationTuple.hs:16:26, [m], ()), (<no location info>, [m], ())] |