Index: tools/clang/blink_gc_plugin/tests/legacy_naming/register_weak_members_template.cpp |
diff --git a/tools/clang/blink_gc_plugin/tests/raw_ptr_to_gc_managed_class_error.cpp b/tools/clang/blink_gc_plugin/tests/legacy_naming/register_weak_members_template.cpp |
similarity index 54% |
copy from tools/clang/blink_gc_plugin/tests/raw_ptr_to_gc_managed_class_error.cpp |
copy to tools/clang/blink_gc_plugin/tests/legacy_naming/register_weak_members_template.cpp |
index f71d1b8aaab6e6e8cbaf6210424d4c8817e954f5..6742c2253dec7e5548f8637bd1e30dac82be168c 100644 |
--- a/tools/clang/blink_gc_plugin/tests/raw_ptr_to_gc_managed_class_error.cpp |
+++ b/tools/clang/blink_gc_plugin/tests/legacy_naming/register_weak_members_template.cpp |
@@ -2,12 +2,6 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "raw_ptr_to_gc_managed_class_error.h" |
+#include "register_weak_members_template.h" |
-namespace blink { |
- |
-void HeapObject::trace(Visitor* visitor) { |
- visitor->trace(m_objs); |
-} |
- |
-} |
+// Nothing to define here. |