Skip to content

Commit

Permalink
remove win bug workaround for allocators
Browse files Browse the repository at this point in the history
  • Loading branch information
9il committed Jan 3, 2016
1 parent f216bff commit 4cf352c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion std/experimental/ndslice/slice.d
Expand Up @@ -301,7 +301,6 @@ pure nothrow unittest
Allocates an array through a specified allocator and creates an n-dimensional slice over it.
See also $(LINK2 std_experimental_allocator.html, std.experimental.allocator).
+/
version(Posix)
unittest
{
import std.experimental.allocator;
Expand Down

0 comments on commit 4cf352c

Please sign in to comment.