From 070fb7c2504d2e5bb6f925a1ffaf67712638f4e8 Mon Sep 17 00:00:00 2001 From: Ilmir Usmanov Date: Sat, 30 Mar 2019 16:52:20 +0300 Subject: [PATCH] Fix test data --- .../evaluate/singleBreakpoint/frame/hideContinuationThis.out | 2 +- .../src/evaluate/singleBreakpoint/frame/suspendContinuation.out | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/idea/testData/debugger/tinyApp/src/evaluate/singleBreakpoint/frame/hideContinuationThis.out b/idea/testData/debugger/tinyApp/src/evaluate/singleBreakpoint/frame/hideContinuationThis.out index 0e4322aeda2..62328a9ac24 100644 --- a/idea/testData/debugger/tinyApp/src/evaluate/singleBreakpoint/frame/hideContinuationThis.out +++ b/idea/testData/debugger/tinyApp/src/evaluate/singleBreakpoint/frame/hideContinuationThis.out @@ -3,7 +3,7 @@ Run Java Connected to the target VM hideContinuationThis.kt:9 frame = invokeSuspend:9, HideContinuationThisKt$foo$1 {hideContinuationThis} - local = result: java.lang.Object = {kotlin.Unit@uniqueID}kotlin.Unit (sp = null) + local = $result: java.lang.Object = {kotlin.Unit@uniqueID}kotlin.Unit (sp = null) - No fields to display Disconnected from the target VM diff --git a/idea/testData/debugger/tinyApp/src/evaluate/singleBreakpoint/frame/suspendContinuation.out b/idea/testData/debugger/tinyApp/src/evaluate/singleBreakpoint/frame/suspendContinuation.out index c97ea54b06f..f3d04681aa3 100644 --- a/idea/testData/debugger/tinyApp/src/evaluate/singleBreakpoint/frame/suspendContinuation.out +++ b/idea/testData/debugger/tinyApp/src/evaluate/singleBreakpoint/frame/suspendContinuation.out @@ -13,6 +13,7 @@ Compile bytecode for a field = arity: int = 1 (sp = Lambda.!EXT!) field = completion: kotlin.coroutines.Continuation = {kotlin.coroutines.jvm.internal.RunSuspend@uniqueID} (sp = BaseContinuationImpl.!EXT!) field = result: kotlin.Result = null (sp = RunSuspend.!EXT!) + local = $result: java.lang.Object = null (sp = null) local = a: int = 5 (sp = suspendContinuation.kt, 4) Disconnected from the target VM