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
aecea384
Commit
aecea384
authored
Aug 07, 2017
by
misterg
Browse files
Samples changes upstreaming
parent
52a9c14c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
googletest/samples/sample10_unittest.cc
googletest/samples/sample10_unittest.cc
+1
-1
googletest/samples/sample9_unittest.cc
googletest/samples/sample9_unittest.cc
+1
-1
No files found.
googletest/samples/sample10_unittest.cc
View file @
aecea384
...
...
@@ -34,7 +34,7 @@
#include <stdio.h>
#include <stdlib.h>
#include "
third_party/gtest/include/
gtest/gtest.h"
#include "gtest/gtest.h"
using
::
testing
::
EmptyTestEventListener
;
using
::
testing
::
InitGoogleTest
;
using
::
testing
::
Test
;
...
...
googletest/samples/sample9_unittest.cc
View file @
aecea384
...
...
@@ -34,7 +34,7 @@
#include <stdio.h>
#include "
third_party/gtest/include/
gtest/gtest.h"
#include "gtest/gtest.h"
using
::
testing
::
EmptyTestEventListener
;
using
::
testing
::
InitGoogleTest
;
...
...
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