diff options
author | Ben Gamari <ben@smart-cactus.org> | 2020-03-16 19:49:04 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-03-22 22:37:47 -0400 |
commit | 3b363ef9405c52369b63fc167ded8a533c6a5079 (patch) | |
tree | 9332488e225e60c77e5134c5941bc84a7fba58b3 | |
parent | 3bcf2ccdd0bdd3cf176943ddb946e4fcef2ac7c1 (diff) | |
download | haskell-3b363ef9405c52369b63fc167ded8a533c6a5079.tar.gz |
testsuite: Normalize slashes in ghc-api annotations output
Enable `normalise_slashes` on `annotations`, `listcomps`, and
`parseTree` to fix Windows failures.
-rw-r--r-- | testsuite/tests/ghc-api/annotations/all.T | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/tests/ghc-api/annotations/all.T b/testsuite/tests/ghc-api/annotations/all.T index 37b80794cd..ce95f40be2 100644 --- a/testsuite/tests/ghc-api/annotations/all.T +++ b/testsuite/tests/ghc-api/annotations/all.T @@ -1,12 +1,15 @@ test('annotations', [extra_files(['AnnotationLet.hs']), + normalise_slashes, ignore_stderr], makefile_test, ['annotations']) test('parseTree', [extra_files(['AnnotationTuple.hs']), + normalise_slashes, ignore_stderr], makefile_test, ['parseTree']) test('comments', [extra_files(['CommentsTest.hs']), ignore_stderr], makefile_test, ['comments']) test('exampleTest', [extra_files(['AnnotationTuple.hs']), ignore_stderr], makefile_test, ['exampleTest']) test('listcomps', [extra_files(['ListComprehensions.hs']), + normalise_slashes, ignore_stderr], makefile_test, ['listcomps']) test('T10255', [extra_files(['Test10255.hs']), ignore_stderr], makefile_test, ['T10255']) |