Skip to content

Commit

Permalink
Add test
Browse files Browse the repository at this point in the history
  • Loading branch information
bayashi committed May 22, 2020
1 parent 557c8c9 commit bced56b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions t/08_nothing_happen.t
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
use strict;
use warnings;

use Benchmarks sub {
return;
};

use Test::More tests => 1;
ok 1;

0 comments on commit bced56b

Please sign in to comment.