| Index: runtime/bin/run_vm_tests.cc
|
| diff --git a/runtime/bin/run_vm_tests.cc b/runtime/bin/run_vm_tests.cc
|
| index 19ef7e9bf4165f4a6d683b4d1a1f53872e92310d..bfb597baf9cde79a053497d3b47a442b794eb3e5 100644
|
| --- a/runtime/bin/run_vm_tests.cc
|
| +++ b/runtime/bin/run_vm_tests.cc
|
| @@ -107,7 +107,7 @@ static int Main(int argc, const char** argv) {
|
| ASSERT(set_vm_flags_success);
|
| const char* err_msg = Dart::InitOnce(dart::bin::vm_isolate_snapshot_buffer,
|
| NULL,
|
| - NULL, NULL, NULL, NULL,
|
| + NULL, NULL,
|
| dart::bin::DartUtils::OpenFile,
|
| dart::bin::DartUtils::ReadFile,
|
| dart::bin::DartUtils::WriteFile,
|
|
|