diff options
Diffstat (limited to 't/run/fresh_perl.t')
-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. |