Skip to content

Commit 54c6f47

Browse files
committed
C++: Accept test regression.
1 parent ae6c503 commit 54c6f47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • cpp/ql/test/library-tests/dataflow/smart-pointers-taint

cpp/ql/test/library-tests/dataflow/smart-pointers-taint/test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ void test_shared_ptr_int() {
3131
std::shared_ptr<int> p1(new int(source()));
3232
std::shared_ptr<int> p2 = std::make_shared<int>(source());
3333

34-
sink(*p1); // $ ast,ir
34+
sink(*p1); // $ ast MISSING: ir
3535
sink(*p2); // $ ast ir
3636
}
3737

0 commit comments

Comments
 (0)