| Index: runtime/vm/stack_frame_test.cc
|
| diff --git a/runtime/vm/stack_frame_test.cc b/runtime/vm/stack_frame_test.cc
|
| index f011e6c759d22e7000bcd9fa881a8743ad864f91..910a1a0fa64e855e2a3d738cabd0b8f10538c37d 100644
|
| --- a/runtime/vm/stack_frame_test.cc
|
| +++ b/runtime/vm/stack_frame_test.cc
|
| @@ -257,7 +257,7 @@ TEST_CASE(ValidateNoSuchMethodStackFrameIteration) {
|
| "} "
|
| "class StackFrame2Test {"
|
| " StackFrame2Test() {}"
|
| - " noSuchMethod(InvocationMirror im) {"
|
| + " noSuchMethod(var function_name, var args) {"
|
| " /* We should have 8 general frames and 3 dart frames as follows:"
|
| " * exit frame"
|
| " * dart frame corresponding to StackFrame.frameCount"
|
|
|