Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
simple tests for $*VM, .gist and .perl
  • Loading branch information
timo committed Feb 28, 2013
1 parent ed956b4 commit 937565b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions S02-magicals/vm.t
@@ -0,0 +1,7 @@
use Test;

plan 3;

ok $*VM, '$*VM exists';
ok $*VM.perl, '$*VM.perl works';
ok $*VM.gist, '$*VM.gist works';

0 comments on commit 937565b

Please sign in to comment.