Skip to content

Commit

Permalink
Merge pull request #1450 from tom-tan/system-conv-toImpl-unittest
Browse files Browse the repository at this point in the history
Make a unittest for toImpl for char* to string conversion system
  • Loading branch information
monarchdodra committed Aug 6, 2013
2 parents 3d7e9b5 + 7b57304 commit f584fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/conv.d
Expand Up @@ -880,7 +880,7 @@ T toImpl(T, S)(S value)
assert(c == "abcx");
}

/*@safe pure */unittest
@system pure unittest
{
// char* to string conversion
debug(conv) scope(success) writeln("unittest @", __FILE__, ":", __LINE__, " succeeded.");
Expand Down

0 comments on commit f584fe4

Please sign in to comment.