summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2009-12-19 17:19:56 +0000
committerIan Lynagh <igloo@earth.li>2009-12-19 17:19:56 +0000
commit3bd037a3292d41d807c5f7de005fcbed513e5b96 (patch)
tree2da6592c0fdefa1779c96ab176859dd475306cfb /testsuite
parent6436bddc49ace48faa832874f3551b41853a3aba (diff)
downloadhaskell-3bd037a3292d41d807c5f7de005fcbed513e5b96.tar.gz
Fix broken python syntax
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/tests/ghc-regress/module/base01/all.T2
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'])