| Index: runtime/bin/run_vm_tests.cc
|
| diff --git a/runtime/bin/run_vm_tests.cc b/runtime/bin/run_vm_tests.cc
|
| index 9688457634ec9d7d92f9bfc8fdb9902beb6c87df..187d60e5d229ba11597d6d00ab1ecdcf6da67659 100644
|
| --- a/runtime/bin/run_vm_tests.cc
|
| +++ b/runtime/bin/run_vm_tests.cc
|
| @@ -102,6 +102,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.
|
|
|