From c6fe1b715d5c5b94d59b2b1f9a9619a763fc3022 Mon Sep 17 00:00:00 2001 From: Natalia Ukhorskaya Date: Mon, 4 Apr 2016 15:26:27 +0300 Subject: [PATCH] Minor: fix test on java 6 --- .../debugger/tinyApp/outs/createExpressionCastToBuiltIn.out | 2 +- .../createExpression/createExpressionCastToBuiltIn.kt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/idea/testData/debugger/tinyApp/outs/createExpressionCastToBuiltIn.out b/idea/testData/debugger/tinyApp/outs/createExpressionCastToBuiltIn.out index 0a5e8134105..59cc16881a8 100644 --- a/idea/testData/debugger/tinyApp/outs/createExpressionCastToBuiltIn.out +++ b/idea/testData/debugger/tinyApp/outs/createExpressionCastToBuiltIn.out @@ -12,7 +12,7 @@ fun main(args: Array) { } // PRINT_FRAME -// SKIP: value, hash, hash32 +// SKIP: value, hash, hash32, offset, count // DESCRIPTOR_VIEW_OPTIONS: NAME_EXPRESSION_RESULT Compile bytecode for args diff --git a/idea/testData/debugger/tinyApp/src/evaluate/singleBreakpoint/createExpression/createExpressionCastToBuiltIn.kt b/idea/testData/debugger/tinyApp/src/evaluate/singleBreakpoint/createExpression/createExpressionCastToBuiltIn.kt index 483b8eacc7a..9366ce61536 100644 --- a/idea/testData/debugger/tinyApp/src/evaluate/singleBreakpoint/createExpression/createExpressionCastToBuiltIn.kt +++ b/idea/testData/debugger/tinyApp/src/evaluate/singleBreakpoint/createExpression/createExpressionCastToBuiltIn.kt @@ -8,5 +8,5 @@ fun main(args: Array) { } // PRINT_FRAME -// SKIP: value, hash, hash32 +// SKIP: value, hash, hash32, offset, count // DESCRIPTOR_VIEW_OPTIONS: NAME_EXPRESSION_RESULT