From cd41a1ca8c848a5a1f6ea93da7fd8c78614bbde3 Mon Sep 17 00:00:00 2001 From: Mathias Vorreiter Pedersen Date: Fri, 9 Feb 2024 13:27:40 +0000 Subject: [PATCH] C++: Accept test changes. --- cpp/ql/test/library-tests/dataflow/models-as-data/tests.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cpp/ql/test/library-tests/dataflow/models-as-data/tests.cpp b/cpp/ql/test/library-tests/dataflow/models-as-data/tests.cpp index d1be0181f56..7b8ab815369 100644 --- a/cpp/ql/test/library-tests/dataflow/models-as-data/tests.cpp +++ b/cpp/ql/test/library-tests/dataflow/models-as-data/tests.cpp @@ -50,13 +50,13 @@ void test_sources() { sink(c); sink(d); // $ MISSING: ir - sink(remoteMadSourceVar); // $ MISSING: ir + sink(remoteMadSourceVar); // $ ir int e = localMadSource(); sink(e); // $ ir sink(MyNamespace::namespaceLocalMadSource()); // $: ir - sink(MyNamespace::namespaceLocalMadSourceVar); // $ MISSING: ir + sink(MyNamespace::namespaceLocalMadSourceVar); // $ ir sink(MyNamespace::MyNamespace2::namespace2LocalMadSource()); // $ ir sink(MyNamespace::localMadSource()); // $ (the MyNamespace version of this function is not a source) sink(namespaceLocalMadSource()); // (the global namespace version of this function is not a source)