mirror of
https://github.com/dlang/phobos.git
synced 2025-05-03 00:20:26 +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");
|
assert(c == "abcx");
|
||||||
}
|
}
|
||||||
|
|
||||||
/*@safe pure */unittest
|
@system pure unittest
|
||||||
{
|
{
|
||||||
// char* to string conversion
|
// char* to string conversion
|
||||||
debug(conv) scope(success) writeln("unittest @", __FILE__, ":", __LINE__, " succeeded.");
|
debug(conv) scope(success) writeln("unittest @", __FILE__, ":", __LINE__, " succeeded.");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue