summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeert-Jan Zwiers <geertjanzwiers@protonmail.com>2023-04-11 22:00:05 +0200
committerGitHub <noreply@github.com>2023-04-11 16:00:05 -0400
commit805214626f1058ef3114be302ad7deb6aa834a6d (patch)
tree2eb4163ed811865863258e7d2d7e833191ddd052
parente0bf8e6faf58c8120738215a1aa05adbd79289c3 (diff)
chore(cli): clean up unused number value (#18661)
This PR removes an accidentally declared number value.
-rw-r--r--cli/tests/unit_node/child_process_test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/unit_node/child_process_test.ts b/cli/tests/unit_node/child_process_test.ts
index a3bb6b888..a2dd9924d 100644
--- a/cli/tests/unit_node/child_process_test.ts
+++ b/cli/tests/unit_node/child_process_test.ts
@@ -185,7 +185,7 @@ Deno.test({
},
});
-/* Start of ported part */ 3;
+/* Start of ported part */
// Copyright Joyent and Node contributors. All rights reserved. MIT license.
// Ported from Node 15.5.1