summaryrefslogtreecommitdiff
path: root/testsuite/tests/deSugar/should_compile/all.T
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/deSugar/should_compile/all.T')
-rw-r--r--testsuite/tests/deSugar/should_compile/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/deSugar/should_compile/all.T b/testsuite/tests/deSugar/should_compile/all.T
index b932a49a0e..979b1e7640 100644
--- a/testsuite/tests/deSugar/should_compile/all.T
+++ b/testsuite/tests/deSugar/should_compile/all.T
@@ -1,5 +1,5 @@
# Just do the normal way...
-def f( opts ):
+def f( name, opts ):
opts.only_ways = ['normal']
setTestOpts(f)