// Copyright 2020 The PDFium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "core/fxcrt/autonuller.h" #include "core/fxcrt/unowned_ptr.h" #include "testing/gtest/include/gtest/gtest.h" TEST(fxcrt, AutoNuller) { … } TEST(fxcrt, AutoNullerAbandon) { … } TEST(fxcrt, AutoNullerUnownedPtr) { … } TEST(fxcrt, AutoNullerUnownedPtrAbandon) { … }