Skip to content

Commit

Permalink
Fix plan
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Aug 9, 2018
1 parent d24856d commit c05a312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/nqp/019-file-ops.t
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Test nqp::op file operations.

plan(111);
plan(112);

ok( nqp::stat('CREDITS', nqp::const::STAT_EXISTS) == 1, 'nqp::stat exists');
ok( nqp::stat('AARDVARKS', nqp::const::STAT_EXISTS) == 0, 'nqp::stat not exists');
Expand Down

0 comments on commit c05a312

Please sign in to comment.