Commit 1122dc13 authored by Mikolaj Zalewski's avatar Mikolaj Zalewski Committed by Alexandre Julliard

advapi32: Fix a test.

parent dbfa8eed
...@@ -727,7 +727,7 @@ static void test_sequence(void) ...@@ -727,7 +727,7 @@ static void test_sequence(void)
static const CHAR servicename [] = "Winetest"; static const CHAR servicename [] = "Winetest";
static const CHAR displayname [] = "Winetest dummy service"; static const CHAR displayname [] = "Winetest dummy service";
static const CHAR pathname [] = "we_dont_care.exe"; static const CHAR pathname [] = "we_dont_care.exe";
static const CHAR dependencies[] = "Master1\0Master2\0+MasterGroup1\0\0"; static const CHAR dependencies[] = "Master1\0Master2\0+MasterGroup1\0";
static const CHAR password [] = ""; static const CHAR password [] = "";
static const CHAR empty [] = ""; static const CHAR empty [] = "";
static const CHAR localsystem [] = "LocalSystem"; static const CHAR localsystem [] = "LocalSystem";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment