Chromium Code Reviews| Index: runtime/vm/benchmark_test.cc |
| =================================================================== |
| --- runtime/vm/benchmark_test.cc (revision 35950) |
| +++ runtime/vm/benchmark_test.cc (working copy) |
| @@ -438,7 +438,7 @@ |
| // Start an Isolate, load a script and create a full snapshot. |
| uint8_t* buffer; |
| - TestCase::LoadTestScript(kScriptChars, NULL); |
| + TestCase::LoadCoreTestScript(kScriptChars, NULL); |
|
Ivan Posva
2014/05/09 06:31:35
Please add a comment explaining why LoadCoreTestSc
hausner
2014/05/09 17:07:18
Done. Yes, it's because importing dart:_internal c
|
| Api::CheckIsolateState(Isolate::Current()); |
| // Write snapshot with object content. |
| @@ -467,7 +467,7 @@ |
| // Start an Isolate, load a script and create a full snapshot. |
| uint8_t* buffer; |
| - TestCase::LoadTestScript(kScriptChars, NULL); |
| + TestCase::LoadCoreTestScript(kScriptChars, NULL); |
|
Ivan Posva
2014/05/09 06:31:35
ditto
hausner
2014/05/09 17:07:18
Done.
|
| Api::CheckIsolateState(Isolate::Current()); |
| // Write snapshot with object content. |