Skip to content

Commit

Permalink
Activate t/pmc/timer.t on Windows since it actually passes
Browse files Browse the repository at this point in the history
  • Loading branch information
niner committed Jun 1, 2012
1 parent 4f8359f commit aad6ae6
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions t/pmc/task.t
Expand Up @@ -7,15 +7,6 @@
.sub main
.include 'test_more.pir'

$S0 = sysinfo .SYSINFO_PARROT_OS
if $S0 == 'MSWin32' goto run_win32_tests
goto run_unix_tests
run_win32_tests:
say "1..1"
say "ok 1 - All tests skipped on Win32"
exit 0
run_unix_tests:

plan(6)

ok(1, "initialized")
Expand Down

0 comments on commit aad6ae6

Please sign in to comment.