More tests
[p5sagit/p5-mst-13.2.git] / t / op / attrs.t
index 7b20210..04e4517 100644 (file)
@@ -159,7 +159,6 @@ like $@, qr/Can't declare scalar dereference in "my"/;
 
 
 my @code = qw(lvalue locked method);
-unshift @code, 'assertion' if $] >= 5.009;
 my @other = qw(shared unique);
 my %valid;
 $valid{CODE} = {map {$_ => 1} @code};