Index: runtime/vm/code_descriptors_test.cc |
=================================================================== |
--- runtime/vm/code_descriptors_test.cc (revision 32801) |
+++ runtime/vm/code_descriptors_test.cc (working copy) |
@@ -219,6 +219,7 @@ |
"}\n"; |
// First setup the script and compile the script. |
TestCase::LoadTestScript(kScriptChars, native_resolver); |
+ NativeToVmTimerScope timer(Isolate::Current()); |
EXPECT(ClassFinalizer::ProcessPendingClasses()); |
const String& name = String::Handle(String::New(TestCase::url())); |
const Library& lib = Library::Handle(Library::LookupLibrary(name)); |