From 0104741d6fe7135565038f1f61e84d852bf2225d Mon Sep 17 00:00:00 2001 From: Hirotaka Tagawa / wafuwafu13 Date: Fri, 2 Jun 2023 07:05:32 +0100 Subject: chore(node_compat): fix path strings generated by `setup.ts` (#19347) --- cli/tests/node_compat/test/fixtures/GH-1899-output.js | 2 +- cli/tests/node_compat/test/fixtures/a.js | 2 +- cli/tests/node_compat/test/fixtures/child_process_should_emit_error.js | 2 +- cli/tests/node_compat/test/fixtures/loop.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'cli/tests/node_compat/test/fixtures') diff --git a/cli/tests/node_compat/test/fixtures/GH-1899-output.js b/cli/tests/node_compat/test/fixtures/GH-1899-output.js index 013b61ba0..d647eb320 100644 --- a/cli/tests/node_compat/test/fixtures/GH-1899-output.js +++ b/cli/tests/node_compat/test/fixtures/GH-1899-output.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/fixtures/a.js b/cli/tests/node_compat/test/fixtures/a.js index c3960fd92..9f5a21a06 100644 --- a/cli/tests/node_compat/test/fixtures/a.js +++ b/cli/tests/node_compat/test/fixtures/a.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/fixtures/child_process_should_emit_error.js b/cli/tests/node_compat/test/fixtures/child_process_should_emit_error.js index 7ceaf9209..5a56c312b 100644 --- a/cli/tests/node_compat/test/fixtures/child_process_should_emit_error.js +++ b/cli/tests/node_compat/test/fixtures/child_process_should_emit_error.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/fixtures/loop.js b/cli/tests/node_compat/test/fixtures/loop.js index 69bac522c..f9bcfc66e 100644 --- a/cli/tests/node_compat/test/fixtures/loop.js +++ b/cli/tests/node_compat/test/fixtures/loop.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. var t = 1; var k = 1; -- cgit v1.2.3