diff options
-rw-r--r-- | testsuite/tests/ghc-api/annotations-literals/all.T | 2 | ||||
-rw-r--r-- | testsuite/tests/ghc-api/annotations/all.T | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/testsuite/tests/ghc-api/annotations-literals/all.T b/testsuite/tests/ghc-api/annotations-literals/all.T index 75284e5a97..88dd593bab 100644 --- a/testsuite/tests/ghc-api/annotations-literals/all.T +++ b/testsuite/tests/ghc-api/annotations-literals/all.T @@ -1,2 +1,2 @@ -test('literals', [extra_files(['LiteralsTest.hs'])], makefile_test, ['literals']) +test('literals', [normalise_slashes, extra_files(['LiteralsTest.hs'])], makefile_test, ['literals']) test('parsed', [extra_files(['LiteralsTest2.hs'])], makefile_test, ['parsed']) diff --git a/testsuite/tests/ghc-api/annotations/all.T b/testsuite/tests/ghc-api/annotations/all.T index 25b3abb4b4..b99afdab4a 100644 --- a/testsuite/tests/ghc-api/annotations/all.T +++ b/testsuite/tests/ghc-api/annotations/all.T @@ -1,3 +1,4 @@ -test('comments', [extra_files(['CommentsTest.hs']), +test('comments', [normalise_slashes, + extra_files(['CommentsTest.hs']), ignore_stderr], makefile_test, ['comments']) test('InTreeAnnotations1',normal, compile, ['-dsuppress-uniques -ddump-parsed-ast']) |