Fix minor issues

This commit is contained in:
2025-09-12 12:13:50 -04:00
parent 543447971f
commit 2b8f095d27
2 changed files with 3 additions and 3 deletions

View File

@@ -472,7 +472,6 @@ TEST_CASE("Polymorphic edge cases") {
// addresses
Interface1 *interface1_ptr = multi_ref.get();
Interface2 *interface2_ptr = multi_ref.get();
MultipleInheritance *multi_ptr = multi_ref.get();
// Verify that pointers are indeed different (demonstrating the issue)
CHECK(static_cast<void *>(interface1_ptr) !=