Skip to content

Commit

Permalink
Fix inspect error
Browse files Browse the repository at this point in the history
  • Loading branch information
hkaiser committed Oct 27, 2017
1 parent b7c8fdb commit 1139481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/resource/throttle.cpp
Expand Up @@ -89,7 +89,7 @@ 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;
// 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 1139481

Please sign in to comment.