From c4d3d505ca3a87bdec848b81d314847da5eeb17f Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Thu, 23 Nov 2023 14:30:50 +0000 Subject: [PATCH] Kotlin: Accept changes in Kotlin2 ExtractorInformation test --- .../ExtractorInformation.expected | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/java/ql/integration-tests/all-platforms/kotlin/extractor_information_kotlin2/ExtractorInformation.expected b/java/ql/integration-tests/all-platforms/kotlin/extractor_information_kotlin2/ExtractorInformation.expected index e1fe4c6ee39..b743aae2faf 100644 --- a/java/ql/integration-tests/all-platforms/kotlin/extractor_information_kotlin2/ExtractorInformation.expected +++ b/java/ql/integration-tests/all-platforms/kotlin/extractor_information_kotlin2/ExtractorInformation.expected @@ -1,3 +1,7 @@ | Number of files with extension jar | 1 | | Number of files with extension kt | 1 | +| Number of lines of code | 2 | +| Number of lines of code with extension kt | 2 | +| Total number of lines | 3 | +| Total number of lines with extension kt | 3 | | Uses Kotlin 2: true | 1 |