| Index: runtime/vm/compiler_test.cc
|
| ===================================================================
|
| --- runtime/vm/compiler_test.cc (revision 22269)
|
| +++ runtime/vm/compiler_test.cc (working copy)
|
| @@ -25,7 +25,7 @@
|
| String& source = String::Handle(String::New(kScriptChars));
|
| Script& script = Script::Handle(Script::New(url,
|
| source,
|
| - RawScript::kSourceTag));
|
| + RawScript::kScriptTag));
|
| Library& lib = Library::Handle(Library::CoreLibrary());
|
| EXPECT(CompilerTest::TestCompileScript(lib, script));
|
| }
|
| @@ -43,7 +43,7 @@
|
| String& source = String::Handle(String::New(kScriptChars));
|
| Script& script = Script::Handle(Script::New(url,
|
| source,
|
| - RawScript::kSourceTag));
|
| + RawScript::kScriptTag));
|
| Library& lib = Library::Handle(Library::CoreLibrary());
|
| EXPECT(CompilerTest::TestCompileScript(lib, script));
|
| EXPECT(ClassFinalizer::FinalizePendingClasses());
|
|
|