// Copyright 2022 The PDFium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include <limits> #include "core/fxcrt/fx_safe_types.h" #include "testing/gtest/include/gtest/gtest.h" // PDFium relies on safe types handling the --2147483648 boundary // condition without overflow. TEST(FXSafeTypes, UnaryMinus) { … } TEST(FXSafeTypes, SubtractFromZero) { … }