| Index: runtime/bin/run_vm_tests.cc
|
| diff --git a/runtime/bin/run_vm_tests.cc b/runtime/bin/run_vm_tests.cc
|
| index c45a2a023187e9096270a598eb05dde5c2e6fb44..8447a04c8307976d91724f7dc2bf8ee6473e3ef0 100644
|
| --- a/runtime/bin/run_vm_tests.cc
|
| +++ b/runtime/bin/run_vm_tests.cc
|
| @@ -108,6 +108,7 @@ static int Main(int argc, const char** argv) {
|
| dart::bin::DartUtils::ReadFile,
|
| dart::bin::DartUtils::WriteFile,
|
| dart::bin::DartUtils::CloseFile,
|
| + NULL,
|
| NULL);
|
| ASSERT(err_msg == NULL);
|
| // Apply the filter to all registered tests.
|
|
|