Skip to content

Commit

Permalink
Fix inspect problem
Browse files Browse the repository at this point in the history
  • Loading branch information
hkaiser committed Oct 22, 2017
1 parent a2d9428 commit d4e41a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/unit/resource/throttle.cpp
Expand Up @@ -89,7 +89,8 @@ int hpx_main(int argc, char* argv[])
// hpx::util::high_resolution_timer t;
// while (t.elapsed() < 2)
// {
// for (std::size_t i = 0; i < hpx::resource::get_num_threads("default") * 10; ++i)
// for (std::size_t i = 0; i < hpx::resource::get_num_threads("default") * 10;
// ++i)
// {
// fs.push_back(hpx::async([](){}));
// }
Expand Down

0 comments on commit d4e41a8

Please sign in to comment.