mirror of
https://github.com/ROCm/ROCm.git
synced 2026-04-05 03:01:17 -04:00
[TESTS] Fix unmatched test names (#1933)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user