mirror of
https://github.com/dlang/phobos.git
synced 2025-04-27 21:51:40 +03:00
typo in transcode unittest
This commit is contained in:
parent
c79d9bb232
commit
2f2914d7cb
1 changed files with 1 additions and 1 deletions
|
@ -2467,7 +2467,7 @@ do
|
|||
Latin1String ls;
|
||||
// transcode from UTF-16 to ISO-8859-1
|
||||
transcode(ws, ls);
|
||||
assert(ws == "hello world");
|
||||
assert(ls == "hello world");
|
||||
}
|
||||
|
||||
@system pure unittest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue