Fix include order
PiperOrigin-RevId: 506424617 Change-Id: If7f0beb92022589523db204a6b5cbe9249cebf62
This commit is contained in:
parent
394a8a568c
commit
ebedaa18c7
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user