diff --git a/test/test_wrapper.py b/test/test_wrapper.py
index 6a5d6bd6d3e3b3b78241a7403b6cecd54f3bca7d..ab833c3828185cbc4545e428d2a44f80634e571e 100644
--- a/test/test_wrapper.py
+++ b/test/test_wrapper.py
@@ -72,7 +72,7 @@ def test_get_info(ctx_factory):
                     (cl.Event, cl.event_info.COMMAND_QUEUE),
                     ]),
             (("NVIDIA Corporation", "NVIDIA CUDA",
-                "OpenCL 1.2 CUDA 7.5.15"),
+                "OpenCL 1.2 CUDA 7.5"),
                 [
                     (cl.Buffer, getattr(cl.mem_info, "USES_SVM_POINTER", None)),
                     ]),