diff options
author | Alp Mestanogullari <alp@well-typed.com> | 2018-05-27 11:48:01 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-05-30 10:02:10 -0400 |
commit | c65159dcf401d36e8920f43fec300264533642b9 (patch) | |
tree | a94125cdec2948255e91fd21f77c3de907c0273c | |
parent | 9ded0d6cd43737fa414a99582c2702237249bab0 (diff) | |
download | haskell-c65159dcf401d36e8920f43fec300264533642b9.tar.gz |
T14732 now passes with the profasm way
Simon PJ recently fixed the problem behind this failure
so we can now expect this test to pass in all ways again.
The fixes got introduced in the following commits:
86bba7d519fb6050f78b7e3bac2b3f54273fd70e
d191db48c43469ee1818887715bcbc5c0eb1d91f
Test Plan: T14732 (profasm way)
Reviewers: bgamari, RyanGlScott, simonpj
Reviewed By: RyanGlScott, simonpj
Subscribers: simonpj, RyanGlScott, rwbarton, thomie, carter
GHC Trac Issues: #15163
Differential Revision: https://phabricator.haskell.org/D4725
-rw-r--r-- | testsuite/tests/typecheck/should_compile/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/typecheck/should_compile/all.T b/testsuite/tests/typecheck/should_compile/all.T index 0d5b21017f..7ed58f5918 100644 --- a/testsuite/tests/typecheck/should_compile/all.T +++ b/testsuite/tests/typecheck/should_compile/all.T @@ -598,7 +598,7 @@ test('T14590', normal, compile, ['-fdefer-type-errors -fno-max-valid-substitutio # output we expect (T13032.stderr). test('T13032', omit_ways(['hpc', 'profasm']), compile, ['']) test('T14273', normal, compile, ['-fdefer-type-errors -fno-max-valid-substitutions']) -test('T14732', expect_broken_for(15163, ['profasm']), compile, ['']) +test('T14732', normal, compile, ['']) test('T14774', [], run_command, ['$MAKE -s --no-print-directory T14774']) test('T14763', normal, compile, ['']) test('T14811', normal, compile, ['']) |