test: fix warning for comment in embedtest

PR-URL: https://github.com/nodejs/node/pull/49416
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Deokjin Kim <deokjin81.kim@gmail.com>
This commit is contained in:
Jungku Lee
2023-09-02 19:53:52 +09:00
committed by GitHub
parent 12ee988e95
commit ea32c3ceae

View File

@@ -64,12 +64,12 @@ int RunNodeInstance(MultiIsolatePlatform* platform,
// Format of the arguments of this binary:
// Building snapshot:
// embedtest js_code_to_eval arg1 arg2... \
// --embedder-snapshot-blob blob-path \
// embedtest js_code_to_eval arg1 arg2...
// --embedder-snapshot-blob blob-path
// --embedder-snapshot-create
// [--embedder-snapshot-as-file]
// Running snapshot:
// embedtest --embedder-snapshot-blob blob-path \
// embedtest --embedder-snapshot-blob blob-path
// [--embedder-snapshot-as-file]
// arg1 arg2...
// No snapshot: