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
0f3d673b
"git@developer.sourcefind.cn:yangql/googletest.git" did not exist on "3f5a8c6ee6ceea308d07def0f8430045f2edbc8e"
Commit
0f3d673b
authored
Jul 13, 2015
by
kosak
Browse files
fully-qualify use of scoped_ptr name
parent
1197daf3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
test/gtest_output_test_.cc
test/gtest_output_test_.cc
+2
-2
test/gtest_unittest.cc
test/gtest_unittest.cc
+0
-1
No files found.
test/gtest_output_test_.cc
View file @
0f3d673b
...
...
@@ -58,7 +58,6 @@ using testing::internal::ThreadWithParam;
#endif
namespace
posix
=
::
testing
::
internal
::
posix
;
using
testing
::
internal
::
scoped_ptr
;
// Tests catching fatal failures.
...
...
@@ -515,7 +514,8 @@ class DeathTestAndMultiThreadsTest : public testing::Test {
private:
SpawnThreadNotifications
notifications_
;
scoped_ptr
<
ThreadWithParam
<
SpawnThreadNotifications
*>
>
thread_
;
testing
::
internal
::
scoped_ptr
<
ThreadWithParam
<
SpawnThreadNotifications
*>
>
thread_
;
};
#endif // GTEST_IS_THREADSAFE
...
...
test/gtest_unittest.cc
View file @
0f3d673b
...
...
@@ -287,7 +287,6 @@ using testing::internal::edit_distance::CreateUnifiedDiff;
using
testing
::
internal
::
edit_distance
::
EditType
;
using
testing
::
internal
::
kMaxRandomSeed
;
using
testing
::
internal
::
kTestTypeIdInGoogleTest
;
using
testing
::
internal
::
scoped_ptr
;
using
testing
::
kMaxStackTraceDepth
;
#if GTEST_HAS_STREAM_REDIRECTION
...
...
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