Skip to content

Commit a6419dc

Browse files
committed
C++: Update qltest.
1 parent 1049ebe commit a6419dc

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

+1-1
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)