Author: Wim Lavrijsen <[email protected]>
Branch: reflex-support
Changeset: r57647:2cbe44dfe092
Date: 2012-09-27 14:56 -0700
http://bitbucket.org/pypy/pypy/changeset/2cbe44dfe092/

Log:    fix typo

diff --git a/pypy/module/cppyy/test/test_advancedcpp.py 
b/pypy/module/cppyy/test/test_advancedcpp.py
--- a/pypy/module/cppyy/test/test_advancedcpp.py
+++ b/pypy/module/cppyy/test/test_advancedcpp.py
@@ -397,7 +397,7 @@
         pp.set_address_ptr_ptr(ptr)
         assert cppyy.addressof(ptr) == 0x4321
 
-    def test09_opaque_pointer_assing(self):
+    def test09_opaque_pointer_passing(self):
         """Test passing around of opaque pointers"""
 
         import cppyy
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to