[Scilab] fix test scilab_pointer_conversion_function for scilab 5.3.3
This commit is contained in:
parent
4d46527c9c
commit
15b3c1dfa3
1 changed files with 2 additions and 2 deletions
|
|
@ -17,8 +17,8 @@ checkequal(equalFooPointer(pfoo), %T, "equalFooPointer(pfoo)");
|
|||
|
||||
// Test conversion of mlist type pointers
|
||||
stA = new_structA();
|
||||
assert_checkequal(typeof(stA), "_p_structA");
|
||||
checkequal(typeof(stA), "_p_structA");
|
||||
p = SWIG_ptr(stA);
|
||||
assert_checkequal(typeof(p), "pointer");
|
||||
checkequal(typeof(p), "pointer");
|
||||
|
||||
exec("swigtest.quit", -1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue