Fixed typo in "benchmark name" column width calculation. Closes #1885.

This commit is contained in:
Joel Uckelman
2020-03-19 12:31:22 +00:00
committed by Martin Hořeňovský
parent 255aa5f2af
commit e5c9a58d66
2 changed files with 2 additions and 2 deletions

View File

@@ -123,7 +123,7 @@ add_test(NAME BenchmarkingMacros COMMAND BenchmarkingMacros -r console -s)
set_tests_properties(
BenchmarkingMacros
PROPERTIES
PASS_REGULAR_EXPRESSION "benchmark name samples iterations estimated"
PASS_REGULAR_EXPRESSION "benchmark name[\\r\\n\\t ]+samples[\\r\\n\\t ]+iterations[\\r\\n\\t ]+estimated"
)
# This test touches windows.h, so it should only be compiled under msvc