Move tests from short translation units into their logical parents
diff --git a/docs/advanced/classes.rst b/docs/advanced/classes.rst
index 5617a4c..87bbe24 100644
--- a/docs/advanced/classes.rst
+++ b/docs/advanced/classes.rst
@@ -325,7 +325,7 @@
 
 .. seealso::
 
-    See the file :file:`tests/test_alias_initialization.cpp` for complete examples
+    See the file :file:`tests/test_virtual_functions.cpp` for complete examples
     showing both normal and forced trampoline instantiation.
 
 .. _custom_constructors: