summaryrefslogtreecommitdiff
path: root/FS/t/part_event-Condition.t
blob: c44a438fd95d42cf8ebaade44d2a04ad027a331d (plain)
1
2
3
4
5
BEGIN { $| = 1; print "1..1\n" }
END {print "not ok 1\n" unless $loaded;}
use FS::part_event::Condition;
$loaded=1;
print "ok 1\n";