| Index: runtime/bin/run_vm_tests.cc
|
| diff --git a/runtime/bin/run_vm_tests.cc b/runtime/bin/run_vm_tests.cc
|
| index f539d312952793f021ae645e25864f4c95331ae8..6bc13a0bdf18265202a1898e791fa09ee64d34d5 100644
|
| --- a/runtime/bin/run_vm_tests.cc
|
| +++ b/runtime/bin/run_vm_tests.cc
|
| @@ -138,7 +138,7 @@ static int Main(int argc, const char** argv) {
|
| bool set_vm_flags_success = Flags::ProcessCommandLineFlags(dart_argc,
|
| dart_argv);
|
| ASSERT(set_vm_flags_success);
|
| - bool init_success = Dart::InitOnce(NULL, NULL, NULL);
|
| + bool init_success = Dart::InitOnce(NULL, NULL, NULL, NULL);
|
| ASSERT(init_success);
|
| // Apply the filter to all registered tests.
|
| TestCaseBase::RunAll();
|
|
|