Update XGL_FORMAT.
diff --git a/tests/init.cpp b/tests/init.cpp
index 4dd620c..aca08b8 100644
--- a/tests/init.cpp
+++ b/tests/init.cpp
@@ -488,8 +488,7 @@
         mipCount++;
     }
 
-    fmt.channelFormat = XGL_CH_FMT_R8G8B8A8;
-    fmt.numericFormat = XGL_NUM_FMT_UINT;
+    fmt = XGL_FMT_R8G8B8A8_UINT;
     // TODO: Pick known good format rather than just expect common format
     /*
      * XXX: What should happen if given NULL HANDLE for the pData argument?