Skip to content

Commit 6543da9

Browse files
committed
C++: Accept test changes.
1 parent 3b0a286 commit 6543da9

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
@@ -718,5 +718,5 @@ void write_to_star_buf(unsigned char *buf) // $ ast-def=buf
718718
void test(unsigned char *source) // $ ast-def=source
719719
{
720720
write_to_star_buf(source);
721-
sink(*source); // $ SPURIOUS: ir
721+
sink(*source); // clean
722722
}

0 commit comments

Comments
 (0)