mirror of
https://github.com/dlang/phobos.git
synced 2025-05-01 07:30:33 +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;
|
Latin1String ls;
|
||||||
// transcode from UTF-16 to ISO-8859-1
|
// transcode from UTF-16 to ISO-8859-1
|
||||||
transcode(ws, ls);
|
transcode(ws, ls);
|
||||||
assert(ws == "hello world");
|
assert(ls == "hello world");
|
||||||
}
|
}
|
||||||
|
|
||||||
@system pure unittest
|
@system pure unittest
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue