| Index: runtime/vm/code_generator_test.cc
|
| ===================================================================
|
| --- runtime/vm/code_generator_test.cc (revision 22269)
|
| +++ runtime/vm/code_generator_test.cc (working copy)
|
| @@ -287,7 +287,7 @@
|
| String& source = String::Handle(String::New(kScriptChars));
|
| Script& script = Script::Handle(Script::New(url,
|
| source,
|
| - RawScript::kSourceTag));
|
| + RawScript::kScriptTag));
|
| Library& lib = MakeTestLibrary("TestLib");
|
| EXPECT(CompilerTest::TestCompileScript(lib, script));
|
| EXPECT(ClassFinalizer::FinalizePendingClasses());
|
| @@ -334,7 +334,7 @@
|
| String& source = String::Handle(String::New(kScriptChars));
|
| Script& script = Script::Handle(Script::New(url,
|
| source,
|
| - RawScript::kSourceTag));
|
| + RawScript::kScriptTag));
|
| Library& lib = MakeTestLibrary("TestLib");
|
| EXPECT(CompilerTest::TestCompileScript(lib, script));
|
| EXPECT(ClassFinalizer::FinalizePendingClasses());
|
| @@ -521,7 +521,7 @@
|
| String& source = String::Handle(String::New(kScriptChars));
|
| Script& script = Script::Handle(Script::New(url,
|
| source,
|
| - RawScript::kSourceTag));
|
| + RawScript::kScriptTag));
|
| Library& lib = MakeTestLibrary("TestLib");
|
| EXPECT(CompilerTest::TestCompileScript(lib, script));
|
| EXPECT(ClassFinalizer::FinalizePendingClasses());
|
|
|