summaryrefslogtreecommitdiff
path: root/testsuite/tests/plugins/all.T
diff options
context:
space:
mode:
authorChristiaan Baaij <christiaan.baaij@gmail.com>2018-11-22 11:49:37 -0500
committerBen Gamari <ben@smart-cactus.org>2018-11-22 13:14:01 -0500
commit1f74f7dd9ffec3540b9bd74225665dfa1519c46e (patch)
tree167c7eef15438a4c2fcf731690760164646f75d4 /testsuite/tests/plugins/all.T
parent561748cb507505bd5b7bd76bdc57796d896b62a2 (diff)
downloadhaskell-1f74f7dd9ffec3540b9bd74225665dfa1519c46e.tar.gz
plugins10 no longer broken
Reviewers: bgamari, tdammers Reviewed By: tdammers Subscribers: rwbarton, carter GHC Trac Issues: #15216 Differential Revision: https://phabricator.haskell.org/D5350
Diffstat (limited to 'testsuite/tests/plugins/all.T')
-rw-r--r--testsuite/tests/plugins/all.T3
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuite/tests/plugins/all.T b/testsuite/tests/plugins/all.T
index cc412fa9ce..9a1a7ea398 100644
--- a/testsuite/tests/plugins/all.T
+++ b/testsuite/tests/plugins/all.T
@@ -65,8 +65,7 @@ test('plugins09',
run_command, ['$MAKE -s --no-print-directory plugins09'])
test('plugins10',
- [expect_broken(15216),
- extra_files(['simple-plugin/', 'QuasiQuotation.hs']),
+ [extra_files(['simple-plugin/', 'QuasiQuotation.hs']),
when(opsys('mingw32'), multi_cpu_race),
only_ways([config.ghc_plugin_way]),
pre_cmd('$MAKE -s --no-print-directory -C simple-plugin package.plugins10 TOP={top}')],