fix tests

This commit is contained in:
pavlov@netscape.com
2000-04-27 23:20:32 +00:00
parent beb57415e3
commit a0bc90866a
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
static void
nsXPIDLStringTest_Value(PRUnichar** aResult)
{
nsAutoString s("Hello, World");
nsAutoString s(NS_ConvertASCIItoUCS2("Hello, World"));
*aResult = nsXPIDLString::Copy(s.GetUnicode());
}