msi/tests: Make sure to use a return value (LLVM/Clang).

This commit is contained in:
Austin English 2011-02-10 13:27:44 -08:00 committed by Alexandre Julliard
parent 5e92277f97
commit 27dd864f63
1 changed files with 1 additions and 0 deletions

View File

@ -8702,6 +8702,7 @@ static void test_columnorder(void)
query = "SELECT * FROM `T`";
r = do_query(hdb, query, &rec);
ok(r == ERROR_SUCCESS, "Expected ERROR_SUCCESS, got %d\n", r);
sz = MAX_PATH;
lstrcpyA(buf, "kiwi");