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

remove unused iname j from test_simple_side_effect

parent 76dc9a3f
No related branches found
No related tags found
1 merge request!381Disallow (warn about) unused inames upon linearization
......@@ -177,7 +177,7 @@ def test_simple_side_effect(ctx_factory):
ctx = ctx_factory()
knl = lp.make_kernel(
"{[i,j]: 0<=i,j<100}",
"{[i]: 0<=i<100}",
"""
a[i] = a[i] + 1
""",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment