| Index: runtime/vm/snapshot_test.cc
|
| ===================================================================
|
| --- runtime/vm/snapshot_test.cc (revision 22269)
|
| +++ runtime/vm/snapshot_test.cc (working copy)
|
| @@ -815,7 +815,7 @@
|
| String& source = String::Handle(String::New(kScriptChars));
|
| Script& script = Script::Handle(Script::New(url,
|
| source,
|
| - RawScript::kSourceTag));
|
| + RawScript::kScriptTag));
|
| const String& lib_url = String::Handle(Symbols::New("TestLib"));
|
| Library& lib = Library::Handle(Library::New(lib_url));
|
| lib.Register();
|
|
|