diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-09-18 03:14:58 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-09-18 03:14:58 +0000 |
commit | f1612b5c9ea43d9872ae3595ce140e5a62ae6cf4 (patch) | |
tree | 5e7980544c0b8fb0f2ac1886aa5b53dd2c80ba04 /t/op/misc.t | |
parent | df4447340939b80bd74b2a62bd47699af5016621 (diff) | |
download | perl-f1612b5c9ea43d9872ae3595ce140e5a62ae6cf4.tar.gz |
tweak some op names in change#4177 (will any of this break code that
gropes $@ ?)
p4raw-link: @4177 on //depot/cfgperl: 42d382189339e56f3bd13a71933349bc8b7e8b42
p4raw-id: //depot/perl@4189
Diffstat (limited to 't/op/misc.t')
-rwxr-xr-x | t/op/misc.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/misc.t b/t/op/misc.t index f8a44ecaaf..adfcd174fc 100755 --- a/t/op/misc.t +++ b/t/op/misc.t @@ -104,7 +104,7 @@ EXPECT ######## %@x=0; EXPECT -Can't modify hash deref in repeat (x) at - line 1, near "0;" +Can't modify hash dereference in repeat (x) at - line 1, near "0;" Execution of - aborted due to compilation errors. ######## $_="foo"; |