fix comment
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8797 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
78c3c813cb
commit
1e3f94dae5
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ use Test::More tests => 28;
|
|||
use operator_overload;
|
||||
|
||||
# Workaround for
|
||||
# ok( not (expression) );
|
||||
# ok( not (expression) , "test description" );
|
||||
# does not working in older versions of Perl, eg 5.004_04
|
||||
sub ok_not ($;$) {
|
||||
my($test, $name) = @_;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue