| Index: vm/snapshot_test.cc
|
| ===================================================================
|
| --- vm/snapshot_test.cc (revision 9791)
|
| +++ vm/snapshot_test.cc (working copy)
|
| @@ -728,7 +728,9 @@
|
|
|
| String& url = String::Handle(String::New("dart-test:SerializeScript"));
|
| String& source = String::Handle(String::New(kScriptChars));
|
| - Script& script = Script::Handle(Script::New(url, source, RawScript::kSource));
|
| + Script& script = Script::Handle(Script::New(url,
|
| + source,
|
| + RawScript::kSourceTag));
|
| const String& lib_url = String::Handle(String::NewSymbol("TestLib"));
|
| Library& lib = Library::Handle(Library::New(lib_url));
|
| lib.Register();
|
|
|