summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2015-04-06 22:48:21 +0100
committerDamien George <damien.p.george@gmail.com>2015-04-06 22:48:21 +0100
commit78772ada0ddc9222c0338f94a42e33e10bb24b55 (patch)
tree2305c4f09f897c5032102b2f8c0f0b3720afb98f /tests
parent282ca09f8e386f24e1e87acd3de93954b6a8035c (diff)
py: Implement calling functions with *args in native emitter.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/run-tests1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/run-tests b/tests/run-tests
index 03f149b9e..c64d347e8 100755
--- a/tests/run-tests
+++ b/tests/run-tests
@@ -160,7 +160,6 @@ def run_tests(pyb, tests, args):
skip_tests.add('basics/boundmeth1.py') # requires support for many args
skip_tests.add('basics/closure_manyvars.py') # requires closures
skip_tests.add('float/string_format.py')
- skip_tests.add('float/cmath_fun.py') # requires f(*args) support
skip_tests.add('import/gen_context.py')
skip_tests.add('io/file_with.py')
skip_tests.add('io/stringio_with.py')