scrrun/tests: Constify a character string.
This commit is contained in:
parent
7d8f8dbad9
commit
fe7f9e5fbb
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue