[commit: ghc] wip/hasfield: Extend extra_files for hasfieldfail01 (93c1ca8)

git at git.haskell.org git at git.haskell.org
Sat Oct 8 16:15:24 UTC 2016


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/hasfield
Link       : http://ghc.haskell.org/trac/ghc/changeset/93c1ca8676325f6b13c090f8db04458c9fdce712/ghc

>---------------------------------------------------------------

commit 93c1ca8676325f6b13c090f8db04458c9fdce712
Author: Adam Gundry <adam at well-typed.com>
Date:   Sat Oct 8 13:12:45 2016 +0100

    Extend extra_files for hasfieldfail01


>---------------------------------------------------------------

93c1ca8676325f6b13c090f8db04458c9fdce712
 testsuite/driver/extra_files.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/testsuite/driver/extra_files.py b/testsuite/driver/extra_files.py
index 5918523..a45d0f2 100644
--- a/testsuite/driver/extra_files.py
+++ b/testsuite/driver/extra_files.py
@@ -410,6 +410,7 @@ extra_src_files = {
   'overloadedrecfldsfail11': ['OverloadedRecFldsFail11_A.hs'],
   'overloadedrecfldsfail12': ['OverloadedRecFldsFail12_A.hs'],
   'overloadedrecfldsrun02': ['OverloadedRecFldsRun02_A.hs'],
+  'hasfieldfail01': ['HasFieldFail01_A.hs'],
   'p10': ['D.hs'],
   'p11': ['E.hs'],
   'p13': ['P13_A.hs'],



More information about the ghc-commits mailing list