]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/ds-leak.t
treewide: run update-copyrights from gnulib for 2019
[public-inbox.git] / t / ds-leak.t
index 34ffc125ed49a8dfcc975550b4cc4acc299d3ed4..ea0eeaa651b06eb4e0636f4ba8d74cd440d73c57 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2019 all contributors <meta@public-inbox.org>
+# Copyright (C) 2019-2020 all contributors <meta@public-inbox.org>
 # Licensed the same as Danga::Socket (and Perl5)
 # License: GPL-1.0+ or Artistic-1.0-Perl
 #  <https://www.gnu.org/licenses/gpl-1.0.txt>
@@ -20,7 +20,7 @@ if ('close-on-exec for epoll and kqueue') {
        my ($r, $w);
        pipe($r, $w) or die "pipe: $!";
 
-       PublicInbox::DS->AddTimer(0, sub { $pid = spawn([qw(sleep 10)]) });
+       PublicInbox::DS::add_timer(0, sub { $pid = spawn([qw(sleep 10)]) });
        PublicInbox::DS->EventLoop;
        ok($pid, 'subprocess spawned');