summaryrefslogtreecommitdiffstats
path: root/t/023-FOREIGNBUILDARGS.t
diff options
context:
space:
mode:
Diffstat (limited to 't/023-FOREIGNBUILDARGS.t')
-rw-r--r--t/023-FOREIGNBUILDARGS.t1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/023-FOREIGNBUILDARGS.t b/t/023-FOREIGNBUILDARGS.t
index c4e1398..408e493 100644
--- a/t/023-FOREIGNBUILDARGS.t
+++ b/t/023-FOREIGNBUILDARGS.t
@@ -7,7 +7,6 @@ package Foo;
sub new {
my $class = shift;
- warn "@_";
bless { foo_base => $_[0] }, $class;
}