| Index: runtime/vm/stack_frame_test.cc
|
| diff --git a/runtime/vm/stack_frame_test.cc b/runtime/vm/stack_frame_test.cc
|
| index 533eb932af6b0a4074b2078aaafbf902bf011699..0a7644b65024b0805b7d3a63f4e491672dd6c7cf 100644
|
| --- a/runtime/vm/stack_frame_test.cc
|
| +++ b/runtime/vm/stack_frame_test.cc
|
| @@ -16,8 +16,6 @@
|
|
|
| namespace dart {
|
|
|
| -DECLARE_FLAG(bool, lazy_dispatchers);
|
| -
|
| // Unit test for empty stack frame iteration.
|
| VM_TEST_CASE(EmptyStackFrameIteration) {
|
| StackFrameIterator iterator(StackFrameIterator::kValidateFrames);
|
|
|