diff options
author | Edward Z. Yang <ezyang@cs.stanford.edu> | 2016-05-13 19:32:37 -0700 |
---|---|---|
committer | Edward Z. Yang <ezyang@cs.stanford.edu> | 2016-08-21 00:53:21 -0700 |
commit | e528061e2779ce475927f44d817eaf15a02cbac7 (patch) | |
tree | bf2c9c8003a46ae673f63e22ac1ce02c85c01f85 /testsuite/driver/extra_files.py | |
parent | 8fd184887e7c240c7089367c6f737fa66cf409fc (diff) | |
download | haskell-e528061e2779ce475927f44d817eaf15a02cbac7.tar.gz |
We also need to retypecheck before when we do parallel make.
Summary:
Kept this seperate from the previous patch for clarity.
Comes with a test.
Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
Test Plan: validate
Reviewers: simonpj, austin, bgamari
Subscribers: thomie
Differential Revision: https://phabricator.haskell.org/D2220
GHC Trac Issues: #12035
Diffstat (limited to 'testsuite/driver/extra_files.py')
-rw-r--r-- | testsuite/driver/extra_files.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/driver/extra_files.py b/testsuite/driver/extra_files.py index 49cf901ae2..acf4802cba 100644 --- a/testsuite/driver/extra_files.py +++ b/testsuite/driver/extra_files.py @@ -83,6 +83,7 @@ extra_src_files = { 'T11824': ['TyCon.hs', 'Type.hs', 'Type.hs-boot', 'Unbound/'], 'T11827': ['A.hs', 'A.hs-boot', 'B.hs'], 'T12062': ['A.hs', 'A.hs-boot', 'C.hs'], + 'T12035j': ['T12035.hs', 'T12035a.hs', 'T12035.hs-boot'], 'T1372': ['p1/', 'p2/'], 'T1407': ['A.c'], 'T1959': ['B.hs', 'C.hs', 'D.hs', 'E1.hs', 'E2.hs'], |