typo in transcode unittest

This commit is contained in:
John Colvin 2019-06-21 15:51:52 +01:00 committed by GitHub
parent c79d9bb232
commit 2f2914d7cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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