Skip to content

Commit 9d24b5a

Browse files
authored
Merge pull request #16319 from jketema/ir-comment-fix
C++: Fix comment in IR test
2 parents 17e0cc5 + 95ec4e8 commit 9d24b5a

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)