diff options
author | Michael G. Schwern <schwern@pobox.com> | 2002-05-17 19:54:29 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-18 03:53:27 +0000 |
commit | 3ca7705ebd432c2fb3599731fec8760f14fddd0f (patch) | |
tree | 7c4a6da130f4bdf687313fc799ab359c77341302 /t/run | |
parent | 6e5a998b1cc5eddc2fb262c2e2e7f989bfb76f23 (diff) | |
download | perl-3ca7705ebd432c2fb3599731fec8760f14fddd0f.tar.gz |
Re: t/op/tie.t #19 TODO ENOTWORKING
Message-ID: <20020518035429.GA704@ool-18b93024.dyn.optonline.net>
p4raw-id: //depot/perl@16669
Diffstat (limited to 't/run')
-rw-r--r-- | t/run/fresh_perl.t | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/t/run/fresh_perl.t b/t/run/fresh_perl.t index acc595f50d..1f8c5ce860 100644 --- a/t/run/fresh_perl.t +++ b/t/run/fresh_perl.t @@ -821,9 +821,3 @@ $人++; # a child is born print $人, "\n"; EXPECT 3 -######## -# TODO An attempt at lvalueable barewords broke this -tie FH, 'main'; -EXPECT -Can't modify constant item in tie at - line 2, near "'main';" -Execution of - aborted due to compilation errors. |