mirror of
https://github.com/dlang/phobos.git
synced 2025-05-01 15:40:36 +03:00
Make a unittest for std.conv.toImple for char* to string conversion system
This commit is contained in:
parent
f7a593fe9c
commit
7b5730478d
1 changed files with 1 additions and 1 deletions
|
@ -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.");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue