mirror of
https://github.com/google/googletest.git
synced 2025-12-04 14:57:29 +08:00
Export tuple and friends in the ::testing namespace.
This commit is contained in:
@@ -59,9 +59,6 @@ namespace internal {
|
||||
|
||||
namespace {
|
||||
|
||||
using ::std::tr1::make_tuple;
|
||||
using ::std::tr1::tuple;
|
||||
|
||||
TEST(ConvertIdentifierNameToWordsTest, WorksWhenNameContainsNoWord) {
|
||||
EXPECT_EQ("", ConvertIdentifierNameToWords(""));
|
||||
EXPECT_EQ("", ConvertIdentifierNameToWords("_"));
|
||||
|
||||
Reference in New Issue
Block a user