Author: Armin Rigo <[email protected]>
Branch:
Changeset: r79772:a15fd26dbd48
Date: 2015-09-22 17:31 +0200
http://bitbucket.org/pypy/pypy/changeset/a15fd26dbd48/
Log: Typo
diff --git a/rpython/jit/metainterp/test/test_fficall.py
b/rpython/jit/metainterp/test/test_fficall.py
--- a/rpython/jit/metainterp/test/test_fficall.py
+++ b/rpython/jit/metainterp/test/test_fficall.py
@@ -181,7 +181,7 @@
kwds.setdefault('supports_singlefloats', True)
self._run([types.float] * 2, types.double,
[r_singlefloat(10.5), r_singlefloat(31.5)],
- -4.5)
+ -4.5, **kwds)
def test_simple_call_singlefloat(self, **kwds):
kwds.setdefault('supports_singlefloats', True)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit