From 32e95bda0cfff99edb8cb722fb3f328c21c89990 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Mon, 17 Dec 2012 23:40:35 -0500 Subject: [PATCH] ListOfListsBuilder: fix test. --- test/test_array.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_array.py b/test/test_array.py index fbc11cf9..807249dc 100644 --- a/test/test_array.py +++ b/test/test_array.py @@ -1115,7 +1115,7 @@ def test_list_builder(ctx_factory): from pyopencl.algorithm import ListOfListsBuilder builder = ListOfListsBuilder(context, [("mylist", np.int32)], """//CL// - void generate(USER_ARG_DECL LIST_ARG_DECL index_type i) + void generate(LIST_ARG_DECL USER_ARG_DECL index_type i) { int count = i % 4; for (int j = 0; j < count; ++j) -- GitLab