From b993286206ee8c29952873b9f82221ef56c201ad Mon Sep 17 00:00:00 2001 From: Shane-J-Latham <shane.latham@anu.edu.au> Date: Tue, 14 Jun 2016 08:49:33 +1000 Subject: [PATCH] Fix typo in comment of test/test_wrapper.py. --- test/test_wrapper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_wrapper.py b/test/test_wrapper.py index 6b25e85e..66b1bbc4 100644 --- a/test/test_wrapper.py +++ b/test/test_wrapper.py @@ -294,7 +294,7 @@ def test_image_format_constructor(): assert not iform.__dict__ def test_device_topology_amd_constructor(): - # doesn't need image support to succeed + # doesn't need cl_amd_device_attribute_query support to succeed topol = cl.DeviceTopologyAmd(3,4,5) assert topol.bus == 3 -- GitLab