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 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;
|
ITextStream *stream;
|
||||||
VARIANT_BOOL b;
|
VARIANT_BOOL b;
|
||||||
HANDLE file;
|
HANDLE file;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user