From: Father Chrysostomos Date: Thu, 20 Oct 2011 06:42:55 +0000 (-0700) Subject: Remove untrue comment from t/op/ref.t X-Git-Tag: accepted/trunk/20130322.191538~2370 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6e6358c8fab5b1ad912d0a7c5f329db10c5b9ffb;p=platform%2Fupstream%2Fperl.git Remove untrue comment from t/op/ref.t This has been untrue since it was added in commit 6e592b3a. --- diff --git a/t/op/ref.t b/t/op/ref.t index 74860e0..36371f7 100644 --- a/t/op/ref.t +++ b/t/op/ref.t @@ -174,7 +174,6 @@ my $x; # tied lvalue => SCALAR, as we haven't tested tie yet # BIND, 'cos we can't create them yet # REGEXP, 'cos that requires overload or Scalar::Util -# LVALUE ref, 'cos I can't work out how to create one :) for ( [ 'undef', SCALAR => \undef ],