From c93a05124312d306e0418a0002e6371a8ecf12d8 Mon Sep 17 00:00:00 2001 From: Mathias Vorreiter Pedersen Date: Tue, 16 May 2023 17:37:20 +0100 Subject: [PATCH] C++: Accept test changes. --- cpp/ql/test/library-tests/dataflow/dataflow-tests/test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/ql/test/library-tests/dataflow/dataflow-tests/test.cpp b/cpp/ql/test/library-tests/dataflow/dataflow-tests/test.cpp index d078ca6195e..915a8421475 100644 --- a/cpp/ql/test/library-tests/dataflow/dataflow-tests/test.cpp +++ b/cpp/ql/test/library-tests/dataflow/dataflow-tests/test.cpp @@ -692,7 +692,7 @@ void test_static_local_9() { void increment_buf(int** buf) { // $ ast-def=buf ir-def=*buf ir-def=**buf *buf += 10; - sink(buf); // $ SPURIOUS: ast,ir + sink(buf); // $ SPURIOUS: ast } void call_increment_buf(int** buf) { // $ ast-def=buf