Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix test plan, nwc10++
  • Loading branch information
FROGGS committed May 18, 2014
1 parent 612cf2d commit 65e4e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/nqp/19-file-ops.t
Expand Up @@ -2,7 +2,7 @@

# Test nqp::op file operations.

plan(53);
plan(54);

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 65e4e41

Please sign in to comment.