diff --git a/t/nqp/019-file-ops.t b/t/nqp/019-file-ops.t index 4ac84d70c6..7a8abdc6f6 100644 --- a/t/nqp/019-file-ops.t +++ b/t/nqp/019-file-ops.t @@ -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');