Skip to content

Instantly share code, notes, and snippets.

@cjfields
Created August 2, 2010 15:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cjfields/504846 to your computer and use it in GitHub Desktop.
Save cjfields/504846 to your computer and use it in GitHub Desktop.
cjfields@pyrimidine:~/tests/perl6$ cat lives_ok.pl
use v6;
use Test;
lives_ok { warn('Foo') };
done_testing;
cjfields@pyrimidine:~/tests/perl6$ perl6 lives_ok.pl
not ok 1 -
1..1
# Looks like you failed 1 tests of 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment