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
65964711
Unverified
Commit
65964711
authored
Sep 23, 2018
by
Gennadiy Civil
Committed by
GitHub
Sep 23, 2018
Browse files
Formatting
parent
52933837
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
9 deletions
+7
-9
googletest/include/gtest/internal/gtest-internal.h
googletest/include/gtest/internal/gtest-internal.h
+7
-9
No files found.
googletest/include/gtest/internal/gtest-internal.h
View file @
65964711
...
@@ -32,14 +32,12 @@
...
@@ -32,14 +32,12 @@
// This header file declares functions and macros used internally by
// This header file declares functions and macros used internally by
// Google Test. They are subject to change without notice.
// Google Test. They are subject to change without notice.
// IWYU pragma: private, include "testing/base/public/gunit.h"
// GOOGLETEST_CM0001 DO NOT DELETE
// IWYU pragma: friend third_party/googletest/googletest/.*
// IWYU pragma: friend third_party/googletest/googlemock/.*
#ifndef GTEST_INCLUDE_GTEST_INTERNAL_GTEST_INTERNAL_H_
#ifndef GTEST_INCLUDE_GTEST_INTERNAL_GTEST_INTERNAL_H_
#define GTEST_INCLUDE_GTEST_INTERNAL_GTEST_INTERNAL_H_
#define GTEST_INCLUDE_GTEST_INTERNAL_GTEST_INTERNAL_H_
#include "
third_party/googletest/googletest/include/
gtest/internal/gtest-port.h"
#include "gtest/internal/gtest-port.h"
#if GTEST_OS_LINUX
#if GTEST_OS_LINUX
# include <stdlib.h>
# include <stdlib.h>
...
@@ -62,10 +60,10 @@
...
@@ -62,10 +60,10 @@
#include <string>
#include <string>
#include <vector>
#include <vector>
#include "
third_party/googletest/googletest/include/
gtest/gtest-message.h"
#include "gtest/gtest-message.h"
#include "
third_party/googletest/googletest/include/
gtest/internal/gtest-filepath.h"
#include "gtest/internal/gtest-filepath.h"
#include "
third_party/googletest/googletest/include/
gtest/internal/gtest-string.h"
#include "gtest/internal/gtest-string.h"
#include "
third_party/googletest/googletest/include/
gtest/internal/gtest-type-util.h"
#include "gtest/internal/gtest-type-util.h"
// Due to C++ preprocessor weirdness, we need double indirection to
// Due to C++ preprocessor weirdness, we need double indirection to
// concatenate two tokens when one of them is __LINE__. Writing
// concatenate two tokens when one of them is __LINE__. Writing
...
@@ -754,7 +752,7 @@ class TypeParameterizedTestCase<Fixture, Templates0, Types> {
...
@@ -754,7 +752,7 @@ class TypeParameterizedTestCase<Fixture, Templates0, Types> {
// Returns the current OS stack trace as an std::string.
// Returns the current OS stack trace as an std::string.
//
//
// The maximum number of stack frames to be included is specified by
// The maximum number of stack frames to be included is specified by
// the g
uni
t_stack_trace_depth flag. The skip_count parameter
// the g
tes
t_stack_trace_depth flag. The skip_count parameter
// specifies the number of top frames to be skipped, which doesn't
// specifies the number of top frames to be skipped, which doesn't
// count against the number of frames to be included.
// count against the number of frames to be included.
//
//
...
...
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