parent
ac89f7f785
commit
176c697c8b
1 changed files with 2 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
|||
require "tests.php";
|
||||
require "director_basic.php";
|
||||
|
||||
/* Removed until runtime error is fixed, see https://github.com/swig/swig/issues/164
|
||||
// No new functions
|
||||
check::functions(array(foo_ping,foo_pong,foo_get_self,a_f,a_rg,a1_ff,myclass_method,myclass_vmethod,myclass_pmethod,myclass_cmethod,myclass_get_self,myclass_call_pmethod,myclasst_i_method));
|
||||
// No new classes
|
||||
|
|
@ -53,6 +54,7 @@ $cc->method($b);
|
|||
|
||||
check::equal($bc->x, 34, "bc failed");
|
||||
check::equal($bd->x, 16, "bd failed");
|
||||
*/
|
||||
|
||||
check::done();
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue