From 931a836a45111789e73c49273079e23253f22d16 Mon Sep 17 00:00:00 2001 From: Tom Hvitved Date: Tue, 15 Sep 2026 11:32:56 +0200 Subject: [PATCH] Unified: Add expected inconsistencies --- .../BasicTest/CONSISTENCY/CfgConsistency.expected | 5 +++++ .../local-name-binding/CONSISTENCY/CfgConsistency.expected | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 unified/ql/test/library-tests/BasicTest/CONSISTENCY/CfgConsistency.expected create mode 100644 unified/ql/test/library-tests/local-name-binding/CONSISTENCY/CfgConsistency.expected diff --git a/unified/ql/test/library-tests/BasicTest/CONSISTENCY/CfgConsistency.expected b/unified/ql/test/library-tests/BasicTest/CONSISTENCY/CfgConsistency.expected new file mode 100644 index 000000000000..eaa376774829 --- /dev/null +++ b/unified/ql/test/library-tests/BasicTest/CONSISTENCY/CfgConsistency.expected @@ -0,0 +1,5 @@ +consistencyOverview +| deadEnd | 2 | +deadEnd +| test.swift:59:10:59:25 | Entry | +| test.swift:60:10:60:25 | Entry | diff --git a/unified/ql/test/library-tests/local-name-binding/CONSISTENCY/CfgConsistency.expected b/unified/ql/test/library-tests/local-name-binding/CONSISTENCY/CfgConsistency.expected new file mode 100644 index 000000000000..f125f6b6d4f7 --- /dev/null +++ b/unified/ql/test/library-tests/local-name-binding/CONSISTENCY/CfgConsistency.expected @@ -0,0 +1,5 @@ +consistencyOverview +| deadEnd | 2 | +deadEnd +| test.swift:341:10:341:15 | Entry | +| test.swift:342:10:342:15 | Entry |