Index: runtime/bin/run_vm_tests.cc |
=================================================================== |
--- runtime/bin/run_vm_tests.cc (revision 29938) |
+++ 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(); |