Author: leo
Date: Fri Oct 7 05:00:45 2005
New Revision: 9389
Modified:
trunk/t/src/opcode-doc.t
Log:
update opcode-doc.t
Modified: trunk/t/src/opcode-doc.t
==============================================================================
--- trunk/t/src/opcode-doc.t (original)
+++ trunk/t/src/opcode-doc.t Fri Oct 7 05:00:45 2005
@@ -35,6 +35,8 @@ sub analyse {
foreach my $op ( keys %$ops ) {
my $args = $ops->{$op};
next if $op =~ /^DELETED/;
+ next if $op =~ /^isgt/; # doced but rewritten
+ next if $op =~ /^isge/;
foreach my $arg ( keys %$args ) {
my $e = $args->{$arg};
my $val = $e->{status};