Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Unskip a config.t test for JVM.
  • Loading branch information
jnthn committed Sep 25, 2013
1 parent dc06e88 commit 8e1c86c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion S02-magicals/config.t
Expand Up @@ -26,7 +26,6 @@ my $osnames = lc any <darwin linux freebsd MSWin32 mingw msys cygwin browser sol
#?rakudo skip 'unimpl $?OS'
ok $?OS.lc eq $osnames, "we know of the OS we were compiled in";

#?rakudo.jvm skip "'mac os x' - should probably be 'darwin'"
ok $*OS.lc eq $osnames, "we know of the OS we are running under";

# like $*OS, this is tested in perlver.t but that test is not included
Expand Down

0 comments on commit 8e1c86c

Please sign in to comment.