| Index: test/cctest/test-serialize.cc
|
| ===================================================================
|
| --- test/cctest/test-serialize.cc (revision 3179)
|
| +++ test/cctest/test-serialize.cc (working copy)
|
| @@ -197,15 +197,6 @@
|
| }
|
|
|
|
|
| -// Test that the whole heap can be serialized when running from the
|
| -// internal snapshot.
|
| -// (Smoke test.)
|
| -TEST(SerializeInternal) {
|
| - Snapshot::Initialize(NULL);
|
| - Serialize();
|
| -}
|
| -
|
| -
|
| // Test that the whole heap can be serialized when running from a
|
| // bootstrapped heap.
|
| // (Smoke test.)
|
|
|