Author: mattip
Branch: win32
Changeset: r867:a4a4cfa9d9ce
Date: 2012-08-22 12:55 +0300
http://bitbucket.org/cffi/cffi/changeset/a4a4cfa9d9ce/

Log:    whoops

diff --git a/testing/test_verify.py b/testing/test_verify.py
--- a/testing/test_verify.py
+++ b/testing/test_verify.py
@@ -104,9 +104,9 @@
 def test_longdouble_precision():
     # Test that we don't loose any precision of 'long double' when
     # passing through Python and CFFI.
+    ffi = FFI()
     if ffi.sizeof("long double")==ffi.sizeof("double"):
         py.test.skip('"long double" is no more precise than "double"')
-    ffi = FFI()
     ffi.cdef("long double step1(long double x);")
     lib = ffi.verify("""
         long double step1(long double x)
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to