diff --git a/test/test_target.py b/test/test_target.py
index 5a41a153952ce98d38887179ed9a43cf3c2b99fe..3403ddf153848a1452b91fd3d7bce1e89cf4416a 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)