Skip to content

Commit c93a051

Browse files
committed
C++: Accept test changes.
1 parent 150d4f3 commit c93a051

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,7 @@ void test_static_local_9() {
692692

693693
void increment_buf(int** buf) { // $ ast-def=buf ir-def=*buf ir-def=**buf
694694
*buf += 10;
695-
sink(buf); // $ SPURIOUS: ast,ir
695+
sink(buf); // $ SPURIOUS: ast
696696
}
697697

698698
void call_increment_buf(int** buf) { // $ ast-def=buf

0 commit comments

Comments
 (0)