| Index: runtime/vm/debugger_api_impl_test.cc
|
| diff --git a/runtime/vm/debugger_api_impl_test.cc b/runtime/vm/debugger_api_impl_test.cc
|
| index 84878012636be6b4b6dbd673443f28dd5328b77e..fdfd2622989f8bdb96affda0c489752113a3c1ec 100644
|
| --- a/runtime/vm/debugger_api_impl_test.cc
|
| +++ b/runtime/vm/debugger_api_impl_test.cc
|
| @@ -15,6 +15,8 @@ DECLARE_FLAG(bool, background_compilation);
|
| DECLARE_FLAG(int, optimization_counter_threshold);
|
| DECLARE_FLAG(bool, use_osr);
|
|
|
| +#ifndef PRODUCT
|
| +
|
| static bool breakpoint_hit = false;
|
| static int breakpoint_hit_counter = 0;
|
| static Dart_Handle script_lib = NULL;
|
| @@ -2327,4 +2329,6 @@ TEST_CASE(Debug_ScriptGetTokenInfo_MultiLineInterpolation) {
|
| tokens_cstr);
|
| }
|
|
|
| +#endif
|
| +
|
| } // namespace dart
|
|
|