From 2a5736e73dde558da26e4ebec509692f86b5ccf9 Mon Sep 17 00:00:00 2001 From: Rasmus Lerchedahl Petersen Date: Thu, 14 Dec 2023 11:50:09 +0100 Subject: [PATCH] Python: add consistency exception this must have been lost in my clean-up rebase. --- .../comparisons/CONSISTENCY/DataFlowConsistency.expected | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 python/ql/test/library-tests/PointsTo/comparisons/CONSISTENCY/DataFlowConsistency.expected diff --git a/python/ql/test/library-tests/PointsTo/comparisons/CONSISTENCY/DataFlowConsistency.expected b/python/ql/test/library-tests/PointsTo/comparisons/CONSISTENCY/DataFlowConsistency.expected new file mode 100644 index 00000000000..0eb7f3b9a40 --- /dev/null +++ b/python/ql/test/library-tests/PointsTo/comparisons/CONSISTENCY/DataFlowConsistency.expected @@ -0,0 +1,2 @@ +postWithInFlow +| test.py:16:1:16:14 | ControlFlowNode for len() | PostUpdateNode should not be the target of local flow. | \ No newline at end of file