From 1e52119ad00bf7052f807d4ed34a7ce09cee085d Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Thu, 23 Nov 2017 17:43:52 -0600 Subject: [PATCH] Fix py2 incompatibility in test_prefetch_through_indirect_access --- test/test_apps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_apps.py b/test/test_apps.py index 9e7c2ee5c..e1a9eb63b 100644 --- a/test/test_apps.py +++ b/test/test_apps.py @@ -675,7 +675,7 @@ def test_prefetch_through_indirect_access(): [ lp.GlobalArg("a", strides=(2, 1), dtype=int), lp.GlobalArg("map1", shape=(10, 10), dtype=int), - ... + "..." ], target=lp.CTarget()) -- GitLab