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
53e08c44
"vscode:/vscode.git/clone" did not exist on "658ac0b71a350cc833ee4520536b6c4964c7b944"
Commit
53e08c44
authored
Sep 14, 2010
by
zhanyong.wan
Browse files
Include gtest and gmock headers as user headers instead of system headers.
parent
ad7c462b
Changes
42
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
test/gmock_output_test_.cc
test/gmock_output_test_.cc
+2
-2
test/gmock_test.cc
test/gmock_test.cc
+2
-2
No files found.
test/gmock_output_test_.cc
View file @
53e08c44
...
@@ -32,12 +32,12 @@
...
@@ -32,12 +32,12 @@
// Tests Google Mock's output in various scenarios. This ensures that
// Tests Google Mock's output in various scenarios. This ensures that
// Google Mock's messages are readable and useful.
// Google Mock's messages are readable and useful.
#include
<
gmock/gmock.h
>
#include
"
gmock/gmock.h
"
#include <stdio.h>
#include <stdio.h>
#include <string>
#include <string>
#include
<
gtest/gtest.h
>
#include
"
gtest/gtest.h
"
using
testing
::
_
;
using
testing
::
_
;
using
testing
::
AnyNumber
;
using
testing
::
AnyNumber
;
...
...
test/gmock_test.cc
View file @
53e08c44
...
@@ -33,10 +33,10 @@
...
@@ -33,10 +33,10 @@
//
//
// This file tests code in gmock.cc.
// This file tests code in gmock.cc.
#include
<
gmock/gmock.h
>
#include
"
gmock/gmock.h
"
#include <string>
#include <string>
#include
<
gtest/gtest.h
>
#include
"
gtest/gtest.h
"
using
testing
::
GMOCK_FLAG
(
verbose
);
using
testing
::
GMOCK_FLAG
(
verbose
);
using
testing
::
InitGoogleMock
;
using
testing
::
InitGoogleMock
;
...
...
Prev
1
2
3
Next
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