Index: test/cctest/test-compiler.cc |
diff --git a/test/cctest/test-compiler.cc b/test/cctest/test-compiler.cc |
index d5b6ec782a548c7ac6f484634c17b99a0ea6a42d..f05b7cc897b140ff1443c5f2ad9b37250aada321 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, |
- kSloppyMode); |
+ SLOPPY); |
} |