diff --git a/python/tvm/contrib/hexagon/pytest_plugin.py b/python/tvm/contrib/hexagon/pytest_plugin.py index 585a6cc3c5bb..91a01ac56d6a 100644 --- a/python/tvm/contrib/hexagon/pytest_plugin.py +++ b/python/tvm/contrib/hexagon/pytest_plugin.py @@ -309,7 +309,7 @@ def terminate_rpc_servers(): os.system("ps ax | grep tvm_rpc_x86 | awk '{print $1}' | xargs kill") -aot_host_target = tvm.testing.parameter("c", HEXAGON_AOT_LLVM_TARGET) +aot_host_target = tvm.testing.parameter(HEXAGON_AOT_LLVM_TARGET) @tvm.testing.fixture