diff options
author | Ian Lynagh <igloo@earth.li> | 2009-12-19 17:19:56 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-12-19 17:19:56 +0000 |
commit | 3bd037a3292d41d807c5f7de005fcbed513e5b96 (patch) | |
tree | 2da6592c0fdefa1779c96ab176859dd475306cfb /testsuite/tests/ghc-regress/module | |
parent | 6436bddc49ace48faa832874f3551b41853a3aba (diff) | |
download | haskell-3bd037a3292d41d807c5f7de005fcbed513e5b96.tar.gz |
Fix broken python syntax
Diffstat (limited to 'testsuite/tests/ghc-regress/module')
-rw-r--r-- | testsuite/tests/ghc-regress/module/base01/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/ghc-regress/module/base01/all.T b/testsuite/tests/ghc-regress/module/base01/all.T index 5dce9b674e..1d1560b20b 100644 --- a/testsuite/tests/ghc-regress/module/base01/all.T +++ b/testsuite/tests/ghc-regress/module/base01/all.T @@ -2,7 +2,7 @@ setTestOpts(only_compiler_types(['ghc'])) test('base01', [normalise_slashes, - clean_cmd($MAKE -s clean')], + clean_cmd('$MAKE -s clean')], run_command, ['$MAKE -s base01 --no-print-directory']) |