crypt32/tests: Test an otherwise unused return value.
diff --git a/dlls/crypt32/tests/store.c b/dlls/crypt32/tests/store.c
index 598af93..410b923 100644
--- a/dlls/crypt32/tests/store.c
+++ b/dlls/crypt32/tests/store.c
@@ -2329,6 +2329,8 @@
         if (buf)
         {
             ret = CertSerializeCertificateStoreElement(linked, 0, buf, &size);
+            ok(ret, "CertSerializeCertificateStoreElement failed: %08x\n",
+             GetLastError());
             /* The serialized linked certificate now contains the friendly
              * name property.
              */