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