[pypy-commit] pypy reflex-support: update bound classes for added tests

wlav noreply at buildbot.pypy.org
Mon Jul 20 21:11:32 CEST 2015


Author: Wim Lavrijsen <WLavrijsen at lbl.gov>
Branch: reflex-support
Changeset: r78619:d3bef9990ae7
Date: 2014-07-16 13:00 -0700
http://bitbucket.org/pypy/pypy/changeset/d3bef9990ae7/

Log:	update bound classes for added tests

diff --git a/pypy/module/cppyy/test/example01_LinkDef.h b/pypy/module/cppyy/test/example01_LinkDef.h
--- a/pypy/module/cppyy/test/example01_LinkDef.h
+++ b/pypy/module/cppyy/test/example01_LinkDef.h
@@ -7,6 +7,9 @@
 #pragma link C++ class example01;
 #pragma link C++ typedef example01_t;
 #pragma link C++ class example01a;
+#pragma link C++ class example01b;
+#pragma link C++ class example01c;
+#pragma link C++ class example01d;
 #pragma link C++ class payload;
 #pragma link C++ class ArgPasser;
 #pragma link C++ class z_;


More information about the pypy-commit mailing list