diff options
author | Ben Gamari <ben@smart-cactus.org> | 2020-07-23 11:25:31 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-07-26 13:23:59 -0400 |
commit | f153a1d0a3351ad4d94cef4cef8e63bab5b47008 (patch) | |
tree | 381a7d2ef79ad79a05f64a60958b9a05a4c77e43 /testsuite | |
parent | da7269a4472856ba701d956a247599f721e9915e (diff) | |
download | haskell-f153a1d0a3351ad4d94cef4cef8e63bab5b47008.tar.gz |
testsuite: Update win32 output for parseTree
Diffstat (limited to 'testsuite')
-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], ())] |