Fix test since #1798728 was backed out
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10242 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
1dc594f292
commit
e9dc2e8dc9
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
use char_strings;
|
||||
|
||||
my $val1 = 100;
|
||||
my $val1 = "100";
|
||||
if (char_strings::CharPingPong($val1) != "100") {
|
||||
die "failed";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue