From 6b7aa989802382c901051041032f8e54147e1a9b Mon Sep 17 00:00:00 2001 From: Nikolay Krasko Date: Mon, 25 Apr 2016 16:49:34 +0300 Subject: [PATCH] Test data modification: Don't compute compiled bytecode for same expression twice Result of dc9fa6d9ac9dab119bd5e112ecac9aa6ddf773f8 commit. Previously computation were saved into the map that were invalidated by the computation. Now map is recreated after computation and result is saved into it. --- idea/testData/debugger/tinyApp/outs/smartcasts.out | 2 -- 1 file changed, 2 deletions(-) diff --git a/idea/testData/debugger/tinyApp/outs/smartcasts.out b/idea/testData/debugger/tinyApp/outs/smartcasts.out index e3b020a2a69..28892724790 100644 --- a/idea/testData/debugger/tinyApp/outs/smartcasts.out +++ b/idea/testData/debugger/tinyApp/outs/smartcasts.out @@ -5,11 +5,9 @@ Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socke smartcasts.kt:19 Compile bytecode for derived.prop smartcasts.kt:19 -Compile bytecode for derived.prop smartcasts.kt:29 Compile bytecode for nullable.prop smartcasts.kt:29 -Compile bytecode for nullable.prop Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Process finished with exit code 0