Index: runtime/vm/stack_frame_test.cc |
=================================================================== |
--- runtime/vm/stack_frame_test.cc (revision 34771) |
+++ runtime/vm/stack_frame_test.cc (working copy) |
@@ -261,17 +261,15 @@ |
"class StackFrame2Test {" |
" StackFrame2Test() {}" |
" noSuchMethod(Invocation im) {" |
- " /* We should have 8 general frames and 3 dart frames as follows:" |
+ " /* We should have 6 general frames and 4 dart frames as follows:" |
" * exit frame" |
" * dart frame corresponding to StackFrame.frameCount" |
" * dart frame corresponding to StackFrame2Test.noSuchMethod" |
- " * entry frame" |
- " * exit frame" |
" * frame for instance function invocation stub calling noSuchMethod" |
" * dart frame corresponding to StackFrame2Test.testMain" |
" * entry frame" |
" */" |
- " StackFrame.equals(9, StackFrame.frameCount());" |
+ " StackFrame.equals(6, StackFrame.frameCount());" |
" StackFrame.equals(4, StackFrame.dartFrameCount());" |
" StackFrame.validateFrame(0, \"StackFrame_validateFrame\");" |
" StackFrame.validateFrame(1, \"StackFrame2Test_noSuchMethod\");" |