[Git][ghc/ghc][master] Add regression test for old issue #507

Marge Bot gitlab at gitlab.haskell.org
Wed May 8 20:05:48 UTC 2019



 Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC


Commits:
9d9af0ee by Kevin Buhr at 2019-05-08T19:59:46Z
Add regression test for old issue #507

- - - - -


3 changed files:

- + testsuite/tests/ghci/should_run/T507.script
- + testsuite/tests/ghci/should_run/T507.stdout
- testsuite/tests/ghci/should_run/all.T


Changes:

=====================================
testsuite/tests/ghci/should_run/T507.script
=====================================
@@ -0,0 +1 @@
+:t zip [($)]


=====================================
testsuite/tests/ghci/should_run/T507.stdout
=====================================
@@ -0,0 +1 @@
+zip [($)] :: [b1] -> [((a -> b2) -> a -> b2, b1)]


=====================================
testsuite/tests/ghci/should_run/all.T
=====================================
@@ -61,3 +61,4 @@ test('T15633b',
      ghci_script, ['T15633b.script'])
 
 test('T16096', just_ghci, ghci_script, ['T16096.script'])
+test('T507', just_ghci, ghci_script, ['T507.script'])



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/9d9af0eea599b82f5567885a36e9059f8484aa39

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/9d9af0eea599b82f5567885a36e9059f8484aa39
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20190508/ff751902/attachment.html>


More information about the ghc-commits mailing list