Fix testcase to conform with actual expected behaviour.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11770 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
7ba280b4b8
commit
2c50482854
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ check::classname(simplestruct,$ss);
|
|||
|
||||
$as=new arraystruct();
|
||||
$as->array_c="abc";
|
||||
check::equal($as->array_c,"ab",'$as->array_c=="ab"');
|
||||
check::equal($as->array_c,"a",'$as->array_c=="a"');
|
||||
|
||||
check::done();
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue