diff --git a/src/App/Application.cpp b/src/App/Application.cpp index aa0918195c..734894c1d5 100644 --- a/src/App/Application.cpp +++ b/src/App/Application.cpp @@ -2625,7 +2625,7 @@ void Application::ParseOptions(int ac, char ** av) } if (vm.count("run-test")) { - string testCase = vm["run-test"].as(); + string testCase = vm["run-test"].as(); if ( "0" == testCase) { testCase = "TestApp.All"; }