summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGHC GitLab CI <ghc-ci@gitlab-haskell.org>2021-03-18 10:11:39 -0400
committerGHC GitLab CI <ghc-ci@gitlab-haskell.org>2021-03-18 20:18:36 +0000
commit8d7b1016e9834f09511429e740b0de188aaf663a (patch)
tree1125c32997cddbc4834e261c288b699e62376b58
parent3c9a022320146c35ff0811f5eed33fc164e80f0c (diff)
downloadhaskell-wip/az/exactprint.tar.gz
testsuite: Normalise slasheswip/az/exactprint
In the `comments` and `literals` tests, since they contain file paths.
-rw-r--r--testsuite/tests/ghc-api/annotations-literals/all.T2
-rw-r--r--testsuite/tests/ghc-api/annotations/all.T3
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'])