From b8d45ae9274d244d5801d7284fbb6dd5a165b139 Mon Sep 17 00:00:00 2001 From: Alexander Eyers-Taylor Date: Mon, 30 Oct 2023 14:04:45 +0000 Subject: [PATCH] Update cpp/ql/test/library-tests/dataflow/dataflow-tests/flowOut.cpp Co-authored-by: Mathias Vorreiter Pedersen --- cpp/ql/test/library-tests/dataflow/dataflow-tests/flowOut.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/ql/test/library-tests/dataflow/dataflow-tests/flowOut.cpp b/cpp/ql/test/library-tests/dataflow/dataflow-tests/flowOut.cpp index 6c0a398ea26..2503a2acc07 100644 --- a/cpp/ql/test/library-tests/dataflow/dataflow-tests/flowOut.cpp +++ b/cpp/ql/test/library-tests/dataflow/dataflow-tests/flowOut.cpp @@ -16,5 +16,5 @@ void modify_copy(int* ptr) { // $ ast-def=ptr void test_output() { int x = 0; modify_copy(&x); - sink(x); // $ ir + sink(x); // $ SPURIOUS: ir } \ No newline at end of file