summaryrefslogtreecommitdiff
path: root/t/15loop-poll-control.t
blob: 74839dd627944249f3e424cd6da9bfd641b407d1 (plain)
1
2
3
4
5
6
7
#!/usr/bin/perl

use strict;
use warnings;

use IO::Async::LoopTests;
run_tests( 'IO::Async::Loop::Poll', 'control' );