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
ebedaa18
Commit
ebedaa18
authored
Feb 01, 2023
by
Tom Hughes
Committed by
Copybara-Service
Feb 01, 2023
Browse files
Fix include order
PiperOrigin-RevId: 506424617 Change-Id: If7f0beb92022589523db204a6b5cbe9249cebf62
parent
394a8a56
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
googlemock/test/gmock-matchers-arithmetic_test.cc
googlemock/test/gmock-matchers-arithmetic_test.cc
+2
-2
No files found.
googlemock/test/gmock-matchers-arithmetic_test.cc
View file @
ebedaa18
...
...
@@ -31,10 +31,10 @@
//
// This file tests some commonly used argument matchers.
#include "test/gmock-matchers_test.h"
#include <limits>
#include "test/gmock-matchers_test.h"
// Silence warning C4244: 'initializing': conversion from 'int' to 'short',
// possible loss of data and C4100, unreferenced local parameter
GTEST_DISABLE_MSC_WARNINGS_PUSH_
(
4244
4100
)
...
...
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