| Index: test/cctest/test-serialize.cc
|
| diff --git a/test/cctest/test-serialize.cc b/test/cctest/test-serialize.cc
|
| index 3a2d6f26d97db3356a207bf98db69a20b072696d..e16be9775c582d925ec5c6c6e43fe116c46672f4 100644
|
| --- a/test/cctest/test-serialize.cc
|
| +++ b/test/cctest/test-serialize.cc
|
| @@ -706,10 +706,6 @@ UNINITIALIZED_DEPENDENT_TEST(CustomContextDeserialization,
|
|
|
|
|
| TEST(PerIsolateSnapshotBlobs) {
|
| - // Disable experimental natives that are loaded after deserialization.
|
| - FLAG_harmony_shipping = false;
|
| - FlagList::EnforceFlagImplications();
|
| -
|
| const char* source1 = "function f() { return 42; }";
|
| const char* source2 =
|
| "function f() { return g() * 2; }"
|
| @@ -749,10 +745,6 @@ TEST(PerIsolateSnapshotBlobs) {
|
|
|
|
|
| TEST(PerIsolateSnapshotBlobsWithLocker) {
|
| - // Disable experimental natives that are loaded after deserialization.
|
| - FLAG_harmony_shipping = false;
|
| - FlagList::EnforceFlagImplications();
|
| -
|
| v8::Isolate* isolate0 = v8::Isolate::New();
|
| {
|
| v8::Locker locker(isolate0);
|
|
|