Chromium Code Reviews| Index: runtime/vm/unit_test.h |
| =================================================================== |
| --- runtime/vm/unit_test.h (revision 38470) |
| +++ runtime/vm/unit_test.h (working copy) |
| @@ -245,7 +245,8 @@ |
| static Dart_Handle LoadTestScript(const char* script, |
| Dart_NativeEntryResolver resolver, |
| - const char* lib_uri = USER_TEST_URI); |
| + const char* lib_uri = USER_TEST_URI, |
| + bool finalize = true); |
| static Dart_Handle LoadCoreTestScript(const char* script, |
| Dart_NativeEntryResolver resolver); |