Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Now pass 63-slurp.t.
  • Loading branch information
jnthn committed Feb 27, 2013
1 parent 084eb8b commit b52d132
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions t/nqp/63-slurp.t
@@ -0,0 +1,8 @@
#! nqp

plan(1);

my $content := slurp("t/nqp/63-slurp.t");
ok($content, "File slurped");

# vim: ft=perl6

0 comments on commit b52d132

Please sign in to comment.