Skip to content

Commit 95ec4e8

Browse files
committed
C++: Fix comment in IR test
1 parent 17e0cc5 commit 95ec4e8

File tree

1 file changed

+1
-1
lines changed
  • cpp/ql/test/library-tests/ir/ir

1 file changed

+1
-1
lines changed

cpp/ql/test/library-tests/ir/ir/ir.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2432,7 +2432,7 @@ void initialization_with_temp_destructor() {
24322432
}
24332433

24342434
void param_with_destructor_by_value(ClassWithDestructor c) {
2435-
// The call to ~ClassWithDestructor::ClassWithDestructor() seems to be missing here.
2435+
// The call to ~ClassWithDestructor::ClassWithDestructor() happens on the side of the caller
24362436
}
24372437

24382438
void param_with_destructor_by_pointer(ClassWithDestructor* c) {

0 commit comments

Comments
 (0)