This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Restrict the valid identifier syntax, fix some identifier bugs.
[perl5.git] / t / lib / croak / op
index 86e40f8..22f1e76 100644 (file)
@@ -5,14 +5,6 @@ EXPECT
 Can't use global $! in "my" at - line 1, near "my $!"
 Execution of - aborted due to compilation errors.
 ########
-# NAME my $<special_unicode>
-use utf8;
-BEGIN { binmode STDERR, ":utf8" }
-my $♠;
-EXPECT
-Can't use global $♠ in "my" at - line 3, near "my $♠"
-Execution of - aborted due to compilation errors.
-########
 # NAME OP_HELEM fields
 package Foo;
 use fields qw(a b);