summaryrefslogtreecommitdiffstats
path: root/googletest/test/googletest-param-test-test.h
diff options
context:
space:
mode:
authormisterg <misterg@google.com>2019-01-11 18:57:36 (GMT)
committerGennadiy Civil <misterg@google.com>2019-01-11 18:59:22 (GMT)
commit0599a7b8410dc5cfdb477900b280475ae775d7f9 (patch)
tree4ec1e2f02276fdee489d60e6420561b801d6aa4f /googletest/test/googletest-param-test-test.h
parent2edadcedf350b175211642704d1ef5f739a31ca9 (diff)
downloadgoogletest-0599a7b8410dc5cfdb477900b280475ae775d7f9.zip
googletest-0599a7b8410dc5cfdb477900b280475ae775d7f9.tar.gz
googletest-0599a7b8410dc5cfdb477900b280475ae775d7f9.tar.bz2
Googletest export
Change tests to use new Test Suite API PiperOrigin-RevId: 228908894
Diffstat (limited to 'googletest/test/googletest-param-test-test.h')
-rw-r--r--googletest/test/googletest-param-test-test.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/test/googletest-param-test-test.h b/googletest/test/googletest-param-test-test.h
index 632a61f..6480570 100644
--- a/googletest/test/googletest-param-test-test.h
+++ b/googletest/test/googletest-param-test-test.h
@@ -44,7 +44,7 @@ class ExternalInstantiationTest : public ::testing::TestWithParam<int> {
// Test fixture for testing instantiation of a test in multiple
// translation units.
-class InstantiationInMultipleTranslaionUnitsTest
+class InstantiationInMultipleTranslationUnitsTest
: public ::testing::TestWithParam<int> {
};