Skip to content

Commit

Permalink
Update test_command_line_parser.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewkotila authored Oct 10, 2023
1 parent dfc6850 commit aefd48f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/c++/perf_analyzer/test_command_line_parser.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1246,7 +1246,7 @@ TEST_CASE("Testing Command Line Parser")
}

exp->max_threads = 400;

CheckValidRange(
args, option_name, parser, act, exp->is_using_periodic_concurrency_mode,
exp->periodic_concurrency_range);
Expand Down

0 comments on commit aefd48f

Please sign in to comment.