| Index: test/cctest/test-compiler.cc
|
| diff --git a/test/cctest/test-compiler.cc b/test/cctest/test-compiler.cc
|
| index 6540c5d289c856cfea9013520ee0e221b6d2ae0d..056be9b89e51938c364ac9520c70f785f272bc19 100644
|
| --- a/test/cctest/test-compiler.cc
|
| +++ b/test/cctest/test-compiler.cc
|
| @@ -51,7 +51,7 @@ static void SetGlobalProperty(const char* name, Object* value) {
|
| isolate->factory()->InternalizeUtf8String(name);
|
| Handle<JSObject> global(isolate->context()->global_object());
|
| Runtime::SetObjectProperty(isolate, global, internalized_name, object, NONE,
|
| - SLOPPY);
|
| + SLOPPY).Assert();
|
| }
|
|
|
|
|
|
|