diff --git a/java/ql/test/kotlin/library-tests/controlflow/basic/bbStrictDominance.expected b/java/ql/test/kotlin/library-tests/controlflow/basic/bbStrictDominance.expected index cb050d72f96..bea96c9445f 100644 --- a/java/ql/test/kotlin/library-tests/controlflow/basic/bbStrictDominance.expected +++ b/java/ql/test/kotlin/library-tests/controlflow/basic/bbStrictDominance.expected @@ -53,5 +53,4 @@ | Test.kt:118:37:124:1 | { ... } | Test.kt:121:9:121:9 | ; | | Test.kt:118:37:124:1 | { ... } | Test.kt:122:12:122:16 | ... -> ... | | Test.kt:118:37:124:1 | { ... } | Test.kt:123:8:123:10 | { ... } | -| Test.kt:121:9:121:9 | ; | Test.kt:118:1:124:1 | fn_when | | Test.kt:121:9:121:9 | ; | Test.kt:123:8:123:10 | { ... } | diff --git a/java/ql/test/kotlin/library-tests/controlflow/basic/bbSuccessor.expected b/java/ql/test/kotlin/library-tests/controlflow/basic/bbSuccessor.expected index e7451de4e06..512a6907e2a 100644 --- a/java/ql/test/kotlin/library-tests/controlflow/basic/bbSuccessor.expected +++ b/java/ql/test/kotlin/library-tests/controlflow/basic/bbSuccessor.expected @@ -41,4 +41,5 @@ | Test.kt:118:37:124:1 | { ... } | Test.kt:122:12:122:16 | ... -> ... | | Test.kt:121:9:121:9 | ; | Test.kt:118:1:124:1 | fn_when | | Test.kt:121:9:121:9 | ; | Test.kt:123:8:123:10 | { ... } | +| Test.kt:122:12:122:16 | ... -> ... | Test.kt:118:1:124:1 | fn_when | | Test.kt:123:8:123:10 | { ... } | Test.kt:118:1:124:1 | fn_when | diff --git a/java/ql/test/kotlin/library-tests/controlflow/basic/getASuccessor.expected b/java/ql/test/kotlin/library-tests/controlflow/basic/getASuccessor.expected index e01e9134312..bba6e9cbae7 100644 --- a/java/ql/test/kotlin/library-tests/controlflow/basic/getASuccessor.expected +++ b/java/ql/test/kotlin/library-tests/controlflow/basic/getASuccessor.expected @@ -1,5 +1,4 @@ missingSuccessor -| Test.kt:122:12:122:16 | false | #select | Test.kt:0:0:0:0 | TestKt | Class | file://:0:0:0:0 | | | | Test.kt:3:1:80:1 | Test | Class | file://:0:0:0:0 | | | @@ -257,6 +256,6 @@ missingSuccessor | Test.kt:121:9:121:9 | y | VarAccess | Test.kt:123:8:123:10 | { ... } | BlockStmt | | Test.kt:122:12:122:16 | ... -> ... | WhenBranch | Test.kt:122:12:122:16 | true | BooleanLiteral | | Test.kt:122:12:122:16 | ; | ExprStmt | Test.kt:122:12:122:16 | false | BooleanLiteral | -| Test.kt:122:12:122:16 | false | BooleanLiteral | file://:0:0:0:0 | | | +| Test.kt:122:12:122:16 | false | BooleanLiteral | Test.kt:118:1:124:1 | fn_when | Method | | Test.kt:122:12:122:16 | true | BooleanLiteral | Test.kt:122:12:122:16 | ; | ExprStmt | | Test.kt:123:8:123:10 | { ... } | BlockStmt | Test.kt:118:1:124:1 | fn_when | Method | diff --git a/java/ql/test/kotlin/library-tests/controlflow/basic/strictPostDominance.expected b/java/ql/test/kotlin/library-tests/controlflow/basic/strictPostDominance.expected index 0d87011ddaf..c7d67d9959b 100644 --- a/java/ql/test/kotlin/library-tests/controlflow/basic/strictPostDominance.expected +++ b/java/ql/test/kotlin/library-tests/controlflow/basic/strictPostDominance.expected @@ -220,8 +220,4 @@ | Test.kt:121:4:121:9 | ... -> ... | Test.kt:118:37:124:1 | { ... } | | Test.kt:121:4:121:9 | ... -> ... | Test.kt:119:2:123:12 | ; | | Test.kt:121:4:121:9 | ... -> ... | Test.kt:120:3:123:10 | ... -> ... | -| Test.kt:121:9:121:9 | ; | Test.kt:118:37:124:1 | { ... } | -| Test.kt:121:9:121:9 | ; | Test.kt:119:2:123:12 | ; | -| Test.kt:121:9:121:9 | ; | Test.kt:120:3:123:10 | ... -> ... | -| Test.kt:121:9:121:9 | ; | Test.kt:121:4:121:9 | ... -> ... | | Test.kt:122:12:122:16 | ; | Test.kt:122:12:122:16 | ... -> ... |