summaryrefslogtreecommitdiff
path: root/cli/tests/node_compat/test/internet
diff options
context:
space:
mode:
authorHirotaka Tagawa / wafuwafu13 <jaruwafu@gmail.com>2023-06-02 07:05:32 +0100
committerGitHub <noreply@github.com>2023-06-02 15:05:32 +0900
commit0104741d6fe7135565038f1f61e84d852bf2225d (patch)
tree6e979c31e78b24c0cc9df69f7a27b5c6b65f7051 /cli/tests/node_compat/test/internet
parentc908088a039b8e1232941850c75471bab162313a (diff)
chore(node_compat): fix path strings generated by `setup.ts` (#19347)
Diffstat (limited to 'cli/tests/node_compat/test/internet')
-rw-r--r--cli/tests/node_compat/test/internet/test-dns-idna2008.js2
-rw-r--r--cli/tests/node_compat/test/internet/test-dns-lookup.js2
-rw-r--r--cli/tests/node_compat/test/internet/test-dns-promises-resolve.js2
-rw-r--r--cli/tests/node_compat/test/internet/test-dns-regress-6244.js2
-rw-r--r--cli/tests/node_compat/test/internet/test-dns-setserver-in-callback-of-resolve4.js2
-rw-r--r--cli/tests/node_compat/test/internet/test-http-https-default-ports.js2
6 files changed, 6 insertions, 6 deletions
diff --git a/cli/tests/node_compat/test/internet/test-dns-idna2008.js b/cli/tests/node_compat/test/internet/test-dns-idna2008.js
index d082f7547..ea7dfe5d7 100644
--- a/cli/tests/node_compat/test/internet/test-dns-idna2008.js
+++ b/cli/tests/node_compat/test/internet/test-dns-idna2008.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.
'use strict';
diff --git a/cli/tests/node_compat/test/internet/test-dns-lookup.js b/cli/tests/node_compat/test/internet/test-dns-lookup.js
index 4ed3716b4..2e33800d8 100644
--- a/cli/tests/node_compat/test/internet/test-dns-lookup.js
+++ b/cli/tests/node_compat/test/internet/test-dns-lookup.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.
'use strict';
diff --git a/cli/tests/node_compat/test/internet/test-dns-promises-resolve.js b/cli/tests/node_compat/test/internet/test-dns-promises-resolve.js
index d700ad48c..b1595ec43 100644
--- a/cli/tests/node_compat/test/internet/test-dns-promises-resolve.js
+++ b/cli/tests/node_compat/test/internet/test-dns-promises-resolve.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.
'use strict';
const common = require('../common');
diff --git a/cli/tests/node_compat/test/internet/test-dns-regress-6244.js b/cli/tests/node_compat/test/internet/test-dns-regress-6244.js
index db78a6f92..988cf21ee 100644
--- a/cli/tests/node_compat/test/internet/test-dns-regress-6244.js
+++ b/cli/tests/node_compat/test/internet/test-dns-regress-6244.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/internet/test-dns-setserver-in-callback-of-resolve4.js b/cli/tests/node_compat/test/internet/test-dns-setserver-in-callback-of-resolve4.js
index 27356b9ca..b4360c205 100644
--- a/cli/tests/node_compat/test/internet/test-dns-setserver-in-callback-of-resolve4.js
+++ b/cli/tests/node_compat/test/internet/test-dns-setserver-in-callback-of-resolve4.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.
'use strict';
diff --git a/cli/tests/node_compat/test/internet/test-http-https-default-ports.js b/cli/tests/node_compat/test/internet/test-http-https-default-ports.js
index 521439ca8..ef3edd2fc 100644
--- a/cli/tests/node_compat/test/internet/test-http-https-default-ports.js
+++ b/cli/tests/node_compat/test/internet/test-http-https-default-ports.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.
//