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
fbaedd2d
Commit
fbaedd2d
authored
Apr 29, 2009
by
zhanyong.wan
Browse files
Trivial source code format tweak.
parent
c78ae619
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
6 deletions
+0
-6
test/gtest_filter_unittest_.cc
test/gtest_filter_unittest_.cc
+0
-4
test/gtest_list_tests_unittest_.cc
test/gtest_list_tests_unittest_.cc
+0
-2
No files found.
test/gtest_filter_unittest_.cc
View file @
fbaedd2d
...
@@ -40,7 +40,6 @@
...
@@ -40,7 +40,6 @@
#include <gtest/gtest.h>
#include <gtest/gtest.h>
namespace
{
namespace
{
// Test case FooTest.
// Test case FooTest.
...
@@ -55,7 +54,6 @@ TEST_F(FooTest, Xyz) {
...
@@ -55,7 +54,6 @@ TEST_F(FooTest, Xyz) {
FAIL
()
<<
"Expected failure."
;
FAIL
()
<<
"Expected failure."
;
}
}
// Test case BarTest.
// Test case BarTest.
TEST
(
BarTest
,
TestOne
)
{
TEST
(
BarTest
,
TestOne
)
{
...
@@ -109,7 +107,6 @@ TEST(HasDeathTest, Test2) {
...
@@ -109,7 +107,6 @@ TEST(HasDeathTest, Test2) {
#endif // GTEST_HAS_DEATH_TEST
#endif // GTEST_HAS_DEATH_TEST
}
}
// Test case FoobarTest
// Test case FoobarTest
TEST
(
DISABLED_FoobarTest
,
Test1
)
{
TEST
(
DISABLED_FoobarTest
,
Test1
)
{
...
@@ -142,7 +139,6 @@ INSTANTIATE_TEST_CASE_P(SeqQ, ParamTest, testing::Values(5, 6));
...
@@ -142,7 +139,6 @@ INSTANTIATE_TEST_CASE_P(SeqQ, ParamTest, testing::Values(5, 6));
}
// namespace
}
// namespace
int
main
(
int
argc
,
char
**
argv
)
{
int
main
(
int
argc
,
char
**
argv
)
{
testing
::
InitGoogleTest
(
&
argc
,
argv
);
testing
::
InitGoogleTest
(
&
argc
,
argv
);
...
...
test/gtest_list_tests_unittest_.cc
View file @
fbaedd2d
...
@@ -40,7 +40,6 @@
...
@@ -40,7 +40,6 @@
#include <gtest/gtest.h>
#include <gtest/gtest.h>
namespace
{
namespace
{
// Several different test cases and tests that will be listed.
// Several different test cases and tests that will be listed.
...
@@ -79,7 +78,6 @@ TEST(FooDeathTest, Test1) {
...
@@ -79,7 +78,6 @@ TEST(FooDeathTest, Test1) {
}
// namespace
}
// namespace
int
main
(
int
argc
,
char
**
argv
)
{
int
main
(
int
argc
,
char
**
argv
)
{
testing
::
InitGoogleTest
(
&
argc
,
argv
);
testing
::
InitGoogleTest
(
&
argc
,
argv
);
...
...
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