Commit 3d812cdc authored by Brian Pickrell's avatar Brian Pickrell
Browse files

style

parent c61c099f
...@@ -71,7 +71,7 @@ TEST_CASE(concurrent_targets) ...@@ -71,7 +71,7 @@ TEST_CASE(concurrent_targets)
auto thread_body = [&target_name]() { auto thread_body = [&target_name]() {
// remove all existing targets, if any // remove all existing targets, if any
std::vector<std::string> target_list = migraphx::get_targets(); std::vector<std::string> target_list = migraphx::get_targets();
for(auto tt : target_list) for(const auto& tt : target_list)
migraphx::unregister_target(tt); migraphx::unregister_target(tt);
auto ref_target = migraphx::make_target(target_name); auto ref_target = migraphx::make_target(target_name);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment