summaryrefslogtreecommitdiffstats
path: root/googletest/include/gtest/internal/gtest-param-util.h
diff options
context:
space:
mode:
authormisterg <misterg@google.com>2019-04-18 14:05:29 (GMT)
committerGennadiy Civil <misterg@google.com>2019-04-18 19:45:49 (GMT)
commitfa52cd63631954b558f144de8508cd8d2463c0e8 (patch)
treee2f8e48c46680b9f19d29348c351253b958f3260 /googletest/include/gtest/internal/gtest-param-util.h
parenta0d60bed4d0ea17c7130cda16776b9bc8a929d7b (diff)
downloadgoogletest-fa52cd63631954b558f144de8508cd8d2463c0e8.zip
googletest-fa52cd63631954b558f144de8508cd8d2463c0e8.tar.gz
googletest-fa52cd63631954b558f144de8508cd8d2463c0e8.tar.bz2
Googletest export
Expose more information in SuiteApiResolver diagnostic output PiperOrigin-RevId: 244179347
Diffstat (limited to 'googletest/include/gtest/internal/gtest-param-util.h')
-rw-r--r--googletest/include/gtest/internal/gtest-param-util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/googletest/include/gtest/internal/gtest-param-util.h b/googletest/include/gtest/internal/gtest-param-util.h
index 3ed7d22..e900b3f 100644
--- a/googletest/include/gtest/internal/gtest-param-util.h
+++ b/googletest/include/gtest/internal/gtest-param-util.h
@@ -571,8 +571,8 @@ class ParameterizedTestSuiteInfo : public ParameterizedTestSuiteInfoBase {
nullptr, // No type parameter.
PrintToString(*param_it).c_str(), code_location_,
GetTestSuiteTypeId(),
- SuiteApiResolver<TestSuite>::GetSetUpCaseOrSuite(),
- SuiteApiResolver<TestSuite>::GetTearDownCaseOrSuite(),
+ SuiteApiResolver<TestSuite>::GetSetUpCaseOrSuite(file, line),
+ SuiteApiResolver<TestSuite>::GetTearDownCaseOrSuite(file, line),
test_info->test_meta_factory->CreateTestFactory(*param_it));
} // for param_it
} // for gen_it