aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorIsmael <ijimenezm@hotmail.es>2016-06-01 23:13:10 +0200
committerIsmael <ijimenezm@hotmail.es>2016-06-01 23:13:10 +0200
commit8c73d49b775610a4ee027a7f44b37962684a2370 (patch)
tree7e91aa3c770ef2e771fe948be9ca11dfb1050184 /test
parent867f9145a0a45f8b993cec8b48309c19391acaa0 (diff)
downloadgoogle-benchmark-8c73d49b775610a4ee027a7f44b37962684a2370.tar.gz
fixed reporter_output_test
Diffstat (limited to 'test')
-rw-r--r--test/reporter_output_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/reporter_output_test.cc b/test/reporter_output_test.cc
index c09fbb6..b3898ac 100644
--- a/test/reporter_output_test.cc
+++ b/test/reporter_output_test.cc
@@ -189,7 +189,7 @@ void BM_Complexity_O1(benchmark::State& state) {
}
BENCHMARK(BM_Complexity_O1)->Range(1, 1<<18)->Complexity(benchmark::o1);
-std::string bigOStr = "[0-9]+\\.[0-9]+ \\* [0-9]+";
+std::string bigOStr = "[0-9]+\\.[0-9]+ \\([0-9]+\\)";
ADD_CASES(&ConsoleOutputTests, {
{join("^BM_Complexity_O1_BigO", bigOStr, bigOStr) + "[ ]*$"},