[ROCm/rocprofiler-compute commit: 81daaaecc7]
Этот коммит содержится в:
Fei Zheng
2025-08-01 09:28:43 -06:00
коммит произвёл GitHub
родитель 4edffecd3c
Коммит bf05f442b8
+1 -1
Просмотреть файл
@@ -9270,7 +9270,7 @@ def test_pc_sampling_prof_empty_appcmd(
assert mock_capture_subprocess.called
options_list = mock_capture_subprocess.call_args[0][0]
assert options_list[-1] == ""
assert options_list[-1] == "--"
mock_console_error.assert_not_called()
mock_capture_subprocess.reset_mock()