summaryrefslogtreecommitdiffstats
path: root/t/02-deps.t
diff options
context:
space:
mode:
Diffstat (limited to 't/02-deps.t')
-rw-r--r--t/02-deps.t1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/02-deps.t b/t/02-deps.t
index 4b1143a..578db20 100644
--- a/t/02-deps.t
+++ b/t/02-deps.t
@@ -30,7 +30,6 @@ my $i;
has baz => (
is => 'ro',
isa => 'Baz',
- class => 'Baz',
dependencies => ['bar'],
);
}