From 39e495505c20607fd25688472402247d70b9cb5a Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Wed, 26 Jun 2024 17:03:08 -0500 Subject: [PATCH] test_emits_ternary...: Drop misleading "OpenCL" from test name --- test/test_target.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_target.py b/test/test_target.py index 5a41a1539..3403ddf15 100644 --- a/test/test_target.py +++ b/test/test_target.py @@ -431,7 +431,7 @@ def test_nan_support(ctx_factory, target): @pytest.mark.parametrize("target", [lp.PyOpenCLTarget, lp.ExecutableCTarget]) -def test_opencl_emits_ternary_operators_correctly(ctx_factory, target): +def test_emits_ternary_operators_correctly(ctx_factory, target): # See: https://github.com/inducer/loopy/issues/390 ctx = ctx_factory() queue = cl.CommandQueue(ctx)