Skip to content

Commit

Permalink
test_emits_ternary...: Drop misleading "OpenCL" from test name
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Jun 27, 2024
1 parent eb0744b commit 39e4955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_target.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 39e4955

Please sign in to comment.