Skip to content

Commit 28b73b3

Browse files
committed
C++: Update qltest.
1 parent 2ffcdff commit 28b73b3

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

cpp/ql/test/library-tests/dataflow/taint-tests/swap2.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ void test_copy_assignment_operator()
8484

8585
swap(z1, z2);
8686

87-
sink(z2.data1); // $ ir MISSING: ast
87+
sink(z2.data1); // $ ir ast
8888
sink(z1.data1); // $ SPURIOUS: ir ast=81:27 ast=82:16
8989
}
9090

0 commit comments

Comments
 (0)