[commit: ghc] wip/T16104: testsuite: Normalise style (83ff4e2)
git at git.haskell.org
git at git.haskell.org
Sun Mar 31 15:09:19 UTC 2019
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/T16104
Link : http://ghc.haskell.org/trac/ghc/changeset/83ff4e25f4ea003347dd231262e19bf6a725051b/ghc
>---------------------------------------------------------------
commit 83ff4e25f4ea003347dd231262e19bf6a725051b
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sun Jan 20 22:32:09 2019 -0500
testsuite: Normalise style
>---------------------------------------------------------------
83ff4e25f4ea003347dd231262e19bf6a725051b
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