// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "third_party/blink/renderer/platform/heap/collection_support/heap_linked_stack.h" #include "third_party/blink/renderer/platform/heap/heap_test_objects.h" #include "third_party/blink/renderer/platform/heap/heap_test_utilities.h" #include "third_party/blink/renderer/platform/heap/persistent.h" namespace blink { namespace { class HeapLinkedStackTest : public TestSupportingGC { … }; } // namespace TEST_F(HeapLinkedStackTest, PushPop) { … } } // namespace blink