| Index: test/memory/Memory.json
|
| diff --git a/test/memory/Memory.json b/test/memory/Memory.json
|
| index addaf73b51924f7989f17acdd2d33c1f0cef68b1..488da1a2e20ab12eb03a279ec7a9d37f1d5f3c61 100644
|
| --- a/test/memory/Memory.json
|
| +++ b/test/memory/Memory.json
|
| @@ -3,9 +3,8 @@
|
| "run_count": 5,
|
| "units": "bytes",
|
| "path" : ["."],
|
| - "binary": "mksnapshot",
|
| - "flags": ["snapshot.cc", "--profile-deserialization"],
|
| - "main": "",
|
| + "binary": "cctest",
|
| + "main": "test-serialize/SerializationMemoryStats",
|
| "tests": [
|
| {
|
| "name": "ReservedMemoryIsolate",
|
|
|