Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
c96da8fe
Commit
c96da8fe
authored
Aug 22, 2019
by
Krystian Kuzniarek
Browse files
change usings
parent
c7a03daa
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
googlemock/test/gmock-spec-builders_test.cc
googlemock/test/gmock-spec-builders_test.cc
+1
-1
googletest/test/googletest-printers-test.cc
googletest/test/googletest-printers-test.cc
+0
-1
No files found.
googlemock/test/gmock-spec-builders_test.cc
View file @
c96da8fe
...
...
@@ -69,8 +69,8 @@ using testing::AtMost;
using
testing
::
Between
;
using
testing
::
Cardinality
;
using
testing
::
CardinalityInterface
;
using
testing
::
ContainsRegex
;
using
testing
::
Const
;
using
testing
::
ContainsRegex
;
using
testing
::
DoAll
;
using
testing
::
DoDefault
;
using
testing
::
Eq
;
...
...
googletest/test/googletest-printers-test.cc
View file @
c96da8fe
...
...
@@ -219,7 +219,6 @@ using ::testing::PrintToString;
using
::
testing
::
internal
::
FormatForComparisonFailureMessage
;
using
::
testing
::
internal
::
ImplicitCast_
;
using
::
testing
::
internal
::
NativeArray
;
using
::
testing
::
internal
::
RE
;
using
::
testing
::
internal
::
RelationToSourceReference
;
using
::
testing
::
internal
::
Strings
;
using
::
testing
::
internal
::
UniversalPrint
;
...
...
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