| Index: vm/unit_test.h | 
| =================================================================== | 
| --- vm/unit_test.h	(revision 11672) | 
| +++ vm/unit_test.h	(working copy) | 
| @@ -170,12 +170,7 @@ | 
| TestCase(RunEntry* run, const char* name) : TestCaseBase(name), run_(run) { } | 
|  | 
| static Dart_Handle LoadTestScript(const char* script, | 
| -                                    Dart_NativeEntryResolver resolver) { | 
| -    return LoadTestScript(script, resolver, Dart_NewList(0)); | 
| -  } | 
| -  static Dart_Handle LoadTestScript(const char* script, | 
| -                                    Dart_NativeEntryResolver resolver, | 
| -                                    Dart_Handle import_map); | 
| +                                    Dart_NativeEntryResolver resolver); | 
| static Dart_Handle lib(); | 
| static const char* url() { return "dart:test-lib"; } | 
| static Dart_Isolate CreateTestIsolateFromSnapshot(uint8_t* buffer) { | 
|  |