diff --git a/test/test_domain.py b/test/test_domain.py index ebfde850907d68bebf06076fbf1c87d8bb093f71..5daf84eaa5b7ffd1647daf4b35acd7a5de91c5d1 100644 --- a/test/test_domain.py +++ b/test/test_domain.py @@ -111,7 +111,7 @@ def test_eq_constraint(ctx_factory): ctx = ctx_factory() knl = lp.make_kernel( - "{[i,j]: 0<= i,j < 32}", + "{[i]: 0<= i < 32}", [ "a[i] = b[i]" ],