[commit: ghc] wip/ghc-8.8-merges: testsuite: Normalise style (fff1306)
git at git.haskell.org
git at git.haskell.org
Thu Feb 21 15:10:19 UTC 2019
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/ghc-8.8-merges
Link : http://ghc.haskell.org/trac/ghc/changeset/fff13068b9a1829036cf64d69153f0290e7368d4/ghc
>---------------------------------------------------------------
commit fff13068b9a1829036cf64d69153f0290e7368d4
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sun Jan 20 22:32:09 2019 -0500
testsuite: Normalise style
>---------------------------------------------------------------
fff13068b9a1829036cf64d69153f0290e7368d4
testsuite/tests/plugins/all.T | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/testsuite/tests/plugins/all.T b/testsuite/tests/plugins/all.T
index 82e9fcb..30b8fd6 100644
--- a/testsuite/tests/plugins/all.T
+++ b/testsuite/tests/plugins/all.T
@@ -7,27 +7,28 @@ setTestOpts(req_interp)
test('plugins01',
[extra_files(['simple-plugin/']), only_ways([config.ghc_plugin_way]),
- when(opsys('mingw32'), multi_cpu_race),
+ when(opsys('mingw32'), multi_cpu_race),
pre_cmd('$MAKE -s --no-print-directory -C simple-plugin package.plugins01 TOP={top}')],
run_command, ['$MAKE -s --no-print-directory plugins01'])
test('plugins02',
[extra_files(['simple-plugin/']), only_ways([config.ghc_plugin_way]),
- when(opsys('mingw32'), multi_cpu_race),
+ when(opsys('mingw32'), multi_cpu_race),
pre_cmd('$MAKE -s --no-print-directory -C simple-plugin package.plugins02 TOP={top}')],
compile_fail,
['-package-db simple-plugin/pkg.plugins02/local.package.conf -fplugin Simple.BadlyTypedPlugin -package simple-plugin ' + config.plugin_way_flags])
test('plugins03',
[extra_files(['simple-plugin/']), only_ways([config.ghc_plugin_way]),
- when(opsys('mingw32'), multi_cpu_race),
+ when(opsys('mingw32'), multi_cpu_race),
pre_cmd('$MAKE -s --no-print-directory -C simple-plugin package.plugins03 TOP={top}')],
compile_fail,
['-package-db simple-plugin/pkg.plugins03/local.package.conf -fplugin Simple.NonExistentPlugin -package simple-plugin'])
-test('plugins04', [extra_files(['HomePackagePlugin.hs']),
- only_ways([config.ghc_plugin_way]),
- when(opsys('mingw32'), multi_cpu_race)],
+test('plugins04',
+ [extra_files(['HomePackagePlugin.hs']),
+ only_ways([config.ghc_plugin_way]),
+ when(opsys('mingw32'), multi_cpu_race)],
multimod_compile_fail,
['plugins04', '-package ghc -fplugin HomePackagePlugin'])
More information about the ghc-commits
mailing list