[Git][ghc/ghc][wip/junit-fixes] Add missing module
Ben Gamari
gitlab at gitlab.haskell.org
Sat Jun 22 00:25:08 UTC 2019
Ben Gamari pushed to branch wip/junit-fixes at Glasgow Haskell Compiler / GHC
Commits:
a631103d by Ben Gamari at 2019-06-22T00:25:00Z
Add missing module
- - - - -
1 changed file:
- + testsuite/driver/my_typing.py
Changes:
=====================================
testsuite/driver/my_typing.py
=====================================
@@ -0,0 +1,18 @@
+try:
+ from typing import *
+
+ WayName = NewType("WayName", str)
+ TestName = NewType("TestName", str)
+ OutputNormalizer = Callable[[str], str]
+except:
+ pass
+ #WayName = str
+ #TestName = str
+
+ #class Dummy:
+ # def __index__(self, ty):
+ # return None
+
+ #List = Dummy() # type: ignore
+ #Tuple = Dummy() # type: ignore
+
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/a631103d076ea91767a803415399681dfd200e56
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/a631103d076ea91767a803415399681dfd200e56
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/20190621/445601cf/attachment.html>
More information about the ghc-commits
mailing list