Commit 27dd864f authored by Austin English's avatar Austin English Committed by Alexandre Julliard

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

parent 5e92277f
......@@ -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");
......
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