Fix include order

PiperOrigin-RevId: 506424617
Change-Id: If7f0beb92022589523db204a6b5cbe9249cebf62
This commit is contained in:
Tom Hughes 2023-02-01 14:31:44 -08:00 committed by Copybara-Service
parent 394a8a568c
commit ebedaa18c7

View File

@ -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)