| Index: runtime/vm/code_generator_test.cc
|
| ===================================================================
|
| --- runtime/vm/code_generator_test.cc (revision 17302)
|
| +++ runtime/vm/code_generator_test.cc (working copy)
|
| @@ -553,7 +553,7 @@
|
| // App lib is the last one that was loaded.
|
| intptr_t num_libs = libs.Length();
|
| Library& app_lib = Library::Handle();
|
| - app_lib ^= libs.At(num_libs - 1);
|
| + app_lib |= libs.At(num_libs - 1);
|
| ASSERT(!app_lib.IsNull());
|
| const Class& cls = Class::Handle(
|
| app_lib.LookupClass(String::Handle(Symbols::New("A"))));
|
|
|