bug-14786: minor renames
diff --git a/tests/init.cpp b/tests/init.cpp
index 4b7cc95..472b230 100644
--- a/tests/init.cpp
+++ b/tests/init.cpp
@@ -337,7 +337,7 @@
     imageCreateInfo.sType = VK_STRUCTURE_TYPE_IMAGE_CREATE_INFO;
     imageCreateInfo.imageType = VK_IMAGE_TYPE_2D;
     imageCreateInfo.format = fmt;
-    imageCreateInfo.arraySize = 1;
+    imageCreateInfo.arrayLayers = 1;
     imageCreateInfo.extent.width = w;
     imageCreateInfo.extent.height = h;
     imageCreateInfo.extent.depth = 1;