Skip to content

Commit

Permalink
Fix typo in comment of test/test_wrapper.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane-J-Latham committed Jun 13, 2016
1 parent 6665d7c commit b993286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_wrapper.py
Expand Up @@ -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
Expand Down

0 comments on commit b993286

Please sign in to comment.