Skip to content

Commit

Permalink
Add @System to std.mmfile unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
atilaneves committed Jul 1, 2016
1 parent d66eace commit 46e433b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions std/mmfile.d
Expand Up @@ -631,7 +631,7 @@ private:
// }
}

unittest
@system unittest
{
import std.file : deleteme;

Expand Down Expand Up @@ -673,7 +673,7 @@ unittest
}

version(linux)
unittest // Issue 14868
@system unittest // Issue 14868
{
import std.typecons : scoped;
import std.file : deleteme;
Expand All @@ -696,7 +696,7 @@ unittest // Issue 14868
assert(.close(fd) == -1);
}

unittest // Issue 14994, 14995
@system unittest // Issue 14994, 14995
{
import std.file : deleteme;
import std.typecons : scoped;
Expand Down

0 comments on commit 46e433b

Please sign in to comment.