From a3434ed9bdb167765f05ecec8297596902d6a901 Mon Sep 17 00:00:00 2001 From: jdsteve2 Date: Sun, 22 Mar 2020 15:29:38 -0500 Subject: [PATCH] remove unused iname j from test_simple_side_effect --- test/test_loopy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_loopy.py b/test/test_loopy.py index cb0be2282..af9281670 100644 --- a/test/test_loopy.py +++ b/test/test_loopy.py @@ -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 """, -- GitLab