summaryrefslogtreecommitdiff
path: root/t/op/attrs.t
diff options
context:
space:
mode:
Diffstat (limited to 't/op/attrs.t')
-rw-r--r--t/op/attrs.t1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/op/attrs.t b/t/op/attrs.t
index 7b20210bcd..04e4517520 100644
--- a/t/op/attrs.t
+++ b/t/op/attrs.t
@@ -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};