Skip to content

Commit

Permalink
Re-fix Nvidia quirk
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Sep 22, 2015
1 parent 91e14ed commit c8fb83f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_wrapper.py
Expand Up @@ -74,7 +74,7 @@ def test_get_info(ctx_factory):
(("NVIDIA Corporation", "NVIDIA CUDA",
"OpenCL 1.2 CUDA 7.5.15"),
[
(cl.Buffer, getattr(cl.mem_info, "USES_SVM_POINTER")),
(cl.Buffer, getattr(cl.mem_info, "USES_SVM_POINTER", None)),
]),
(("The pocl project", "Portable Computing Language",
"OpenCL 1.2 pocl 0.8-pre"),
Expand Down

0 comments on commit c8fb83f

Please sign in to comment.