From 0752c07bc1e719940935a9124f30ffb5bac28a2c Mon Sep 17 00:00:00 2001 From: Jeroen Ketema Date: Mon, 25 Aug 2025 15:56:00 +0200 Subject: [PATCH] C++: Update expected test results after extractor changes --- .../library-tests/macros/arguments/macro_arguments.expected | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cpp/ql/test/library-tests/macros/arguments/macro_arguments.expected b/cpp/ql/test/library-tests/macros/arguments/macro_arguments.expected index 0ddac7d27a6f..5a18945cc0f6 100644 --- a/cpp/ql/test/library-tests/macros/arguments/macro_arguments.expected +++ b/cpp/ql/test/library-tests/macros/arguments/macro_arguments.expected @@ -23,7 +23,7 @@ | test.c:27:17:33:1 | test.c:27:17:33:1 | CONCAT | 1 | "Semmle" | "Semmle" | | test.c:42:1:42:13 | test.c:42:1:42:13 | APPLY | 0 | top | top | | test.c:42:1:42:13 | test.c:42:1:42:13 | APPLY | 1 | 3 | 3 | -| test.c:42:1:42:13 | test.c:42:7:41:24 | APPLY -> top | 0 | 3 | 3 | +| test.c:42:1:42:13 | test.c:42:7:42:7 | APPLY -> top | 0 | 3 | 3 | | test.c:42:1:42:13 | top_and_nested.h:2:16:2:24 | APPLY -> top -> nested | 0 | 3 | | | test.c:42:1:42:13 | top_and_nested.h:3:16:3:30 | APPLY -> top -> nested | 0 | 2 + (3) | | | test.c:47:1:47:23 | test.c:45:15:45:22 | DECLARE_STRING -> ID | 0 | string1 | string1 | @@ -49,7 +49,7 @@ | test.c:82:1:82:4 | test.c:82:1:82:4 | ID | 0 | | | | test.c:84:5:84:20 | test.c:84:5:84:20 | APPLY | 0 | ID | ID | | test.c:84:5:84:20 | test.c:84:5:84:20 | APPLY | 1 | ID(1) | 1 | -| test.c:84:5:84:20 | test.c:84:11:41:24 | APPLY -> ID | 0 | 1 | 1 | +| test.c:84:5:84:20 | test.c:84:11:84:11 | APPLY -> ID | 0 | 1 | 1 | | test.c:84:5:84:20 | test.c:84:15:84:19 | APPLY -> ID | 0 | 1 | 1 | | test.c:85:21:85:40 | test.c:85:21:85:40 | CMD_LINE_MACRO | 0 | 5 | 5 | | test.c:85:21:85:40 | test.c:85:21:85:40 | CMD_LINE_MACRO | 1 | 6 | 6 |