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/AddLocalDecl1.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/AddLocalDecl1.hs')
-rw-r--r-- | utils/check-exact/cases/AddLocalDecl1.hs | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/utils/check-exact/cases/AddLocalDecl1.hs b/utils/check-exact/cases/AddLocalDecl1.hs deleted file mode 100644 index 3bb4953c51..0000000000 --- a/utils/check-exact/cases/AddLocalDecl1.hs +++ /dev/null @@ -1,13 +0,0 @@ -module AddLocalDecl1 where - --- |This is a function -foo = x -- comment1 --- trailing 1 - --- |Another fun -x = a -- comment2 - where - a = 3 --- trailing 2 - -y = 3 |