Commit 9c850c9f authored by Andrew Nguyen's avatar Andrew Nguyen Committed by Alexandre Julliard

msi/tests: Fix a source test comment.

parent abe900a2
......@@ -1479,7 +1479,7 @@ static void test_MsiSourceListEnumSources(void)
ok(!lstrcmpA(value, "aaa"), "Expected value to be unchanged, got %s\n", value);
ok(size == MAX_PATH, "Expected MAX_PATH, got %d\n", size);
/* szUserSid is non-NULL */
/* szUserSid is NULL */
size = MAX_PATH;
lstrcpyA(value, "aaa");
r = pMsiSourceListEnumSourcesA(prodcode, NULL,
......
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