| 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 e48ab549a0c462f6e48174ed775b73b4a69ab647..beb26e467b270b470d7b8116732727c5de4ef278 100644
|
| --- a/runtime/vm/debugger_api_impl_test.cc
|
| +++ b/runtime/vm/debugger_api_impl_test.cc
|
| @@ -1414,7 +1414,7 @@ static void TestIsolateID(Dart_IsolateId isolate_id, Dart_IsolateEvent kind) {
|
| }
|
|
|
|
|
| -UNIT_TEST_CASE(Debug_IsolateID) {
|
| +VM_UNIT_TEST_CASE(Debug_IsolateID) {
|
| const char* kScriptChars =
|
| "void moo(s) { } \n"
|
| "class A { \n"
|
|
|