| Index: runtime/vm/find_code_object_test.cc
|
| diff --git a/runtime/vm/find_code_object_test.cc b/runtime/vm/find_code_object_test.cc
|
| index a47129e8a055085dc1da4c7b8758155347241919..f51cae5074ac0fe467f8864ca87d94a99357bf62 100644
|
| --- a/runtime/vm/find_code_object_test.cc
|
| +++ b/runtime/vm/find_code_object_test.cc
|
| @@ -25,7 +25,7 @@ static const int kLoopCount = 25000;
|
| #endif
|
| static char scriptChars[kScriptSize];
|
|
|
| -VM_TEST_CASE(FindCodeObject) {
|
| +ISOLATE_UNIT_TEST_CASE(FindCodeObject) {
|
| const int kNumFunctions = 1024;
|
|
|
| // Get access to the code index table.
|
|
|