diff options
author | GHC GitLab CI <ghc-ci@gitlab-haskell.org> | 2021-03-21 22:58:14 +0000 |
---|---|---|
committer | GHC GitLab CI <ghc-ci@gitlab-haskell.org> | 2021-03-23 08:35:26 +0000 |
commit | 297589979dbbacee1f697768bd460cc12d1ef642 (patch) | |
tree | 91b06859c7ee5f83a326c1d794152bbfffffae36 /utils/check-exact/cases/Windows.hs | |
parent | 6e437a121a87e3aea2ed0ecc34bc470b1341668f (diff) | |
download | haskell-wip/az/exactprint-tests.tar.gz |
EPA: Run exactprint transformation tests as part of CIwip/az/exactprint-tests
EPA == exact print annotations.
When !2418 landed, it did not run the tests brought over from
ghc-exactprint for making sure the AST prints correctly efter being
edited.
This enables those tests.
Diffstat (limited to 'utils/check-exact/cases/Windows.hs')
-rw-r--r-- | utils/check-exact/cases/Windows.hs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/utils/check-exact/cases/Windows.hs b/utils/check-exact/cases/Windows.hs deleted file mode 100644 index ad8ae692b6..0000000000 --- a/utils/check-exact/cases/Windows.hs +++ /dev/null @@ -1,10 +0,0 @@ -module Windows where - -{- - This file has windows-style line endings, to check that trailing - \r's get stripped in comments. --} -baz = 2 - --- Another comment -foo = 1 |