Skip to content
Snippets Groups Projects
Commit 39e49550 authored by Andreas Klöckner's avatar Andreas Klöckner Committed by Andreas Klöckner
Browse files

test_emits_ternary...: Drop misleading "OpenCL" from test name

parent eb0744b4
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
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