Skip to content

Commit

Permalink
test: fix warning for comment in embedtest
Browse files Browse the repository at this point in the history
PR-URL: #49416
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Deokjin Kim <deokjin81.kim@gmail.com>
  • Loading branch information
pluris authored and UlisesGascon committed Sep 10, 2023
1 parent 83b7d3a commit ca13841
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/embedding/embedtest.cc
Expand Up @@ -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:
Expand Down

0 comments on commit ca13841

Please sign in to comment.