| Index: runtime/bin/run_vm_tests.cc
|
| diff --git a/runtime/bin/run_vm_tests.cc b/runtime/bin/run_vm_tests.cc
|
| index 438a2cc92684e1609cc31e498858b4fd0093f6b0..de89088897121af665f7629201cf0fe514e22674 100644
|
| --- a/runtime/bin/run_vm_tests.cc
|
| +++ b/runtime/bin/run_vm_tests.cc
|
| @@ -110,6 +110,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.
|
|
|