fix comment

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8797 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2006-02-11 21:54:25 +00:00
commit 1e3f94dae5

View file

@ -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) = @_;