From 6d0aa8152705ce076316099c4817000325933ba8 Mon Sep 17 00:00:00 2001 From: Jeroen Ketema Date: Wed, 19 Aug 2026 12:58:58 +0200 Subject: [PATCH] C++: Update expected test results --- .../library-tests/syntax-zoo/dataflow-consistency.expected | 6 ------ 1 file changed, 6 deletions(-) diff --git a/cpp/ql/test/library-tests/syntax-zoo/dataflow-consistency.expected b/cpp/ql/test/library-tests/syntax-zoo/dataflow-consistency.expected index 76adedb8f054..2b41bcfe0cb4 100644 --- a/cpp/ql/test/library-tests/syntax-zoo/dataflow-consistency.expected +++ b/cpp/ql/test/library-tests/syntax-zoo/dataflow-consistency.expected @@ -1,10 +1,4 @@ uniqueEnclosingCallable -| builtin.c:14:3:14:16 | ... * ... | Node should have one enclosing callable but has 0. | -| builtin.c:14:3:14:16 | sizeof(int) | Node should have one enclosing callable but has 0. | -| builtin.c:14:10:14:10 | 4 | Node should have one enclosing callable but has 0. | -| builtin.c:15:3:15:16 | ... * ... | Node should have one enclosing callable but has 0. | -| builtin.c:15:3:15:16 | sizeof(int) | Node should have one enclosing callable but has 0. | -| builtin.c:15:10:15:10 | 4 | Node should have one enclosing callable but has 0. | | enum.c:2:6:2:6 | 1 | Node should have one enclosing callable but has 0. | | enum.c:2:6:2:10 | ... + ... | Node should have one enclosing callable but has 0. | | enum.c:2:10:2:10 | 1 | Node should have one enclosing callable but has 0. |