Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
fb9caa4a
Commit
fb9caa4a
authored
Jul 14, 2015
by
kosak
Browse files
Minor changes.
parent
683886c5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
include/gtest/internal/gtest-port.h
include/gtest/internal/gtest-port.h
+1
-1
test/gtest_unittest.cc
test/gtest_unittest.cc
+1
-1
No files found.
include/gtest/internal/gtest-port.h
View file @
fb9caa4a
...
...
@@ -1410,7 +1410,7 @@ const ::std::vector<testing::internal::string>& GetInjectableArgvs();
void
SetInjectableArgvs
(
const
::
std
::
vector
<
testing
::
internal
::
string
>*
new_argvs
);
// A copy of all command line arguments. Set by
InitGoogleTest
().
// A copy of all command line arguments. Set by
ParseGTestFlags
().
extern
::
std
::
vector
<
testing
::
internal
::
string
>
g_argvs
;
#endif // GTEST_HAS_DEATH_TEST
...
...
test/gtest_unittest.cc
View file @
fb9caa4a
...
...
@@ -6333,7 +6333,7 @@ TEST_F(InitGoogleTestTest, WideStrings) {
GTEST_TEST_PARSING_FLAGS_
(
argv
,
argv2
,
expected_flags
,
false
);
}
#endif // GTEST_OS_WINDOWS
#
endif // GTEST_OS_WINDOWS
// Tests current_test_info() in UnitTest.
class
CurrentTestInfoTest
:
public
Test
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment