Test obsoleted by change #10777.
Jarkko Hietaniemi [Thu, 21 Jun 2001 12:59:57 +0000 (12:59 +0000)]
p4raw-link: @10777 on //depot/perl: f206cdda513dcda39e1ced147a33b8497001ef8b

p4raw-id: //depot/perl@10779

t/op/sub_lval.t

index e101f97..350cb65 100755 (executable)
@@ -283,9 +283,10 @@ eval <<'EOE' or $_ = $@;
   1;
 EOE
 
-print "# '$_'.\nnot "
-  unless /Can\'t return an uninitialized value from lvalue subroutine/;
-print "ok 34\n";
+# Fixed by change @10777
+#print "# '$_'.\nnot "
+#  unless /Can\'t return an uninitialized value from lvalue subroutine/;
+print "ok 34 # Skip: removed test\n";
 
 $x = '1234567';