C++: Fix comment in IR test

This commit is contained in:
Jeroen Ketema
2024-04-24 21:47:47 +02:00
parent 17e0cc5648
commit 95ec4e8d26

View File

@@ -2432,7 +2432,7 @@ void initialization_with_temp_destructor() {
}
void param_with_destructor_by_value(ClassWithDestructor c) {
// The call to ~ClassWithDestructor::ClassWithDestructor() seems to be missing here.
// The call to ~ClassWithDestructor::ClassWithDestructor() happens on the side of the caller
}
void param_with_destructor_by_pointer(ClassWithDestructor* c) {