From 577b3e096ffe18e1c35adc58c91ab5bb80bfb58d Mon Sep 17 00:00:00 2001 From: Yan Zhulanow Date: Wed, 29 May 2019 19:28:11 +0900 Subject: [PATCH] Debugger: Fix test (lines were changed because of the updated copyright) --- .../tinyApp/src/streams/sequence/misc/windowedWithBigStep.out | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/idea/testData/debugger/tinyApp/src/streams/sequence/misc/windowedWithBigStep.out b/idea/testData/debugger/tinyApp/src/streams/sequence/misc/windowedWithBigStep.out index 9a74ba16ef4..1c988857212 100644 --- a/idea/testData/debugger/tinyApp/src/streams/sequence/misc/windowedWithBigStep.out +++ b/idea/testData/debugger/tinyApp/src/streams/sequence/misc/windowedWithBigStep.out @@ -1,7 +1,7 @@ -LineBreakpoint created at WindowedWithBigStep.kt:6 +LineBreakpoint created at WindowedWithBigStep.kt:10 Run Java Connected to the target VM -WindowedWithBigStep.kt:6 +WindowedWithBigStep.kt:10 sequenceOf(1, 1, 1, 1, 1, 1, 1, 1) .windowed(3, 5) .count()