diff options
| author | Hirotaka Tagawa / wafuwafu13 <jaruwafu@gmail.com> | 2023-06-02 07:05:32 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-02 15:05:32 +0900 |
| commit | 0104741d6fe7135565038f1f61e84d852bf2225d (patch) | |
| tree | 6e979c31e78b24c0cc9df69f7a27b5c6b65f7051 /cli/tests/node_compat/test/fixtures | |
| parent | c908088a039b8e1232941850c75471bab162313a (diff) | |
chore(node_compat): fix path strings generated by `setup.ts` (#19347)
Diffstat (limited to 'cli/tests/node_compat/test/fixtures')
4 files changed, 4 insertions, 4 deletions
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; |
