Commit ebedaa18 authored by Tom Hughes's avatar Tom Hughes Committed by Copybara-Service
Browse files

Fix include order

PiperOrigin-RevId: 506424617
Change-Id: If7f0beb92022589523db204a6b5cbe9249cebf62
parent 394a8a56
...@@ -31,10 +31,10 @@ ...@@ -31,10 +31,10 @@
// //
// This file tests some commonly used argument matchers. // This file tests some commonly used argument matchers.
#include "test/gmock-matchers_test.h"
#include <limits> #include <limits>
#include "test/gmock-matchers_test.h"
// Silence warning C4244: 'initializing': conversion from 'int' to 'short', // Silence warning C4244: 'initializing': conversion from 'int' to 'short',
// possible loss of data and C4100, unreferenced local parameter // possible loss of data and C4100, unreferenced local parameter
GTEST_DISABLE_MSC_WARNINGS_PUSH_(4244 4100) GTEST_DISABLE_MSC_WARNINGS_PUSH_(4244 4100)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment