Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
activate Win64 unittests for Fibers
Browse files Browse the repository at this point in the history
  • Loading branch information
jblume committed May 25, 2014
1 parent 02f4267 commit 5b92853
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/core/thread.d
Expand Up @@ -4493,9 +4493,6 @@ else
}


version(Win64) {}
else {

version( unittest )
{
class TestFiber : Fiber
Expand Down Expand Up @@ -4781,9 +4778,8 @@ unittest
fiber.call();
}

}

version( AsmX86_64_Posix )
version( D_InlineAsm_X86_64 )
{
unittest
{
Expand Down

0 comments on commit 5b92853

Please sign in to comment.