| Index: dart/runtime/bin/run_vm_tests.cc
|
| ===================================================================
|
| --- dart/runtime/bin/run_vm_tests.cc (revision 29958)
|
| +++ dart/runtime/bin/run_vm_tests.cc (working copy)
|
| @@ -109,7 +109,8 @@
|
| dart::bin::DartUtils::OpenFile,
|
| dart::bin::DartUtils::ReadFile,
|
| dart::bin::DartUtils::WriteFile,
|
| - dart::bin::DartUtils::CloseFile);
|
| + dart::bin::DartUtils::CloseFile,
|
| + NULL);
|
| ASSERT(err_msg == NULL);
|
| // Apply the filter to all registered tests.
|
| TestCaseBase::RunAll();
|
|
|