diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-07-07 09:50:35 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-07-07 09:50:35 +0000 |
commit | 9fdc7570b9ab74673d2bcedaa774679d10c80ea0 (patch) | |
tree | fb58948a2ef5281ed90e5f6474df00cbab02bdf7 /t/op/state.t | |
parent | 3d2c6be36ee5077d71cd3403ed02f6b1b3f5f3c2 (diff) | |
download | perl-9fdc7570b9ab74673d2bcedaa774679d10c80ea0.tar.gz |
Fix the implementation of list assignment to state().
p4raw-id: //depot/perl@28499
Diffstat (limited to 't/op/state.t')
-rw-r--r-- | t/op/state.t | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/t/op/state.t b/t/op/state.t index becbb3b0a6..92b4dfc02f 100644 --- a/t/op/state.t +++ b/t/op/state.t @@ -164,6 +164,4 @@ sub statelist2 { $ls = statelist2(); is($ls, "2/3", 'list assignment to state scalars'); $ls = statelist2(); -{ local our $TODO = 'detection of state vars is misplaced in newASSIGNOP'; is($ls, "3/4", 'list assignment to state scalars'); -} |