Skip to content
Snippets Groups Projects
Commit 9a815915 authored by James Stevens's avatar James Stevens
Browse files

remove unused iname from test_eq_constraint

parent 46bee870
No related branches found
No related tags found
1 merge request!381Disallow (warn about) unused inames upon linearization
......@@ -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]"
],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment