Skip to content

Commit ca13841

Browse files
Jungku LeeUlisesGascon
Jungku Lee
authored andcommitted
test: fix warning for comment in embedtest
PR-URL: #49416 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Deokjin Kim <deokjin81.kim@gmail.com>
1 parent 83b7d3a commit ca13841

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/embedding/embedtest.cc

+3-3
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,12 @@ int RunNodeInstance(MultiIsolatePlatform* platform,
6464

6565
// Format of the arguments of this binary:
6666
// Building snapshot:
67-
// embedtest js_code_to_eval arg1 arg2... \
68-
// --embedder-snapshot-blob blob-path \
67+
// embedtest js_code_to_eval arg1 arg2...
68+
// --embedder-snapshot-blob blob-path
6969
// --embedder-snapshot-create
7070
// [--embedder-snapshot-as-file]
7171
// Running snapshot:
72-
// embedtest --embedder-snapshot-blob blob-path \
72+
// embedtest --embedder-snapshot-blob blob-path
7373
// [--embedder-snapshot-as-file]
7474
// arg1 arg2...
7575
// No snapshot:

0 commit comments

Comments
 (0)