diff options
-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']) |