scrrun/tests: Constify a character string.

This commit is contained in:
Frédéric Delanoy 2013-12-28 14:10:45 +01:00 committed by Alexandre Julliard
parent 7d8f8dbad9
commit fe7f9e5fbb

View file

@ -134,7 +134,7 @@ static void test_createfolder(void)
static void test_textstream(void)
{
static WCHAR testfileW[] = {'t','e','s','t','f','i','l','e','.','t','x','t',0};
static const WCHAR testfileW[] = {'t','e','s','t','f','i','l','e','.','t','x','t',0};
ITextStream *stream;
VARIANT_BOOL b;
HANDLE file;