From a1449bf0bd77b8f75486aad238ad69700c2e1425 Mon Sep 17 00:00:00 2001 From: Mathias Vorreiter Pedersen <mathiasvp@github.com> Date: Tue, 21 Jan 2025 20:43:31 +0000 Subject: [PATCH] C++: Accept test changes. --- cpp/ql/test/library-tests/dataflow/taint-tests/taint.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/ql/test/library-tests/dataflow/taint-tests/taint.cpp b/cpp/ql/test/library-tests/dataflow/taint-tests/taint.cpp index 804c77b6d97a..0317ed8287da 100644 --- a/cpp/ql/test/library-tests/dataflow/taint-tests/taint.cpp +++ b/cpp/ql/test/library-tests/dataflow/taint-tests/taint.cpp @@ -827,5 +827,5 @@ void test_write_to_const_ptr_ptr() { const char* in = indirect_source(); const char* out; take_const_ptr(out, in); - sink(out); // $ SPURIOUS: ast,ir + sink(out); // $ SPURIOUS: ast } \ No newline at end of file