[TESTS] Fix unmatched test names (#1933)

This commit is contained in:
Keren Zhou
2023-07-11 22:08:28 -04:00
committed by GitHub
parent d50e32fab7
commit 4795820014

View File

@@ -2691,7 +2691,7 @@ def test_call(type, device):
# -------------
@pytest.mark.parametrize("if_type", ["if", "if_exp", "if_and"])
@pytest.mark.parametrize("if_type", ["if", "if_exp", "if_and_dynamic", "if_and_static"])
def test_if(if_type, device):
@triton.jit