Index: runtime/vm/stack_frame_test.cc |
diff --git a/runtime/vm/stack_frame_test.cc b/runtime/vm/stack_frame_test.cc |
index 910a1a0fa64e855e2a3d738cabd0b8f10538c37d..f011e6c759d22e7000bcd9fa881a8743ad864f91 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(var function_name, var args) {" |
+ " noSuchMethod(InvocationMirror im) {" |
" /* We should have 8 general frames and 3 dart frames as follows:" |
" * exit frame" |
" * dart frame corresponding to StackFrame.frameCount" |