Allow Vulkan CTS 1.2.5.1

Components: Vulkan

Affects: dEQP-VK.api.driver_properties.properties

Change-Id: I7ca8bb2937e1e601f58fe5a7220138a1a06a2ca5
diff --git a/external/vulkancts/modules/vulkan/api/vktApiDriverPropertiesTests.cpp b/external/vulkancts/modules/vulkan/api/vktApiDriverPropertiesTests.cpp
index 17bf73a..c227dbd 100644
--- a/external/vulkancts/modules/vulkan/api/vktApiDriverPropertiesTests.cpp
+++ b/external/vulkancts/modules/vulkan/api/vktApiDriverPropertiesTests.cpp
@@ -49,6 +49,7 @@
 
 static const VkConformanceVersionKHR knownConformanceVersions[] =
 {
+	makeConformanceVersion(1, 2, 5, 1),
 	makeConformanceVersion(1, 2, 5, 0),
 	makeConformanceVersion(1, 2, 4, 1),
 	makeConformanceVersion(1, 2, 4, 0),