diff options
| author | Damien George <damien.p.george@gmail.com> | 2015-04-06 22:48:21 +0100 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2015-04-06 22:48:21 +0100 |
| commit | 78772ada0ddc9222c0338f94a42e33e10bb24b55 (patch) | |
| tree | 2305c4f09f897c5032102b2f8c0f0b3720afb98f /tests | |
| parent | 282ca09f8e386f24e1e87acd3de93954b6a8035c (diff) | |
py: Implement calling functions with *args in native emitter.
Diffstat (limited to 'tests')
| -rwxr-xr-x | tests/run-tests | 1 |
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') |
