diff options
author | Rich Trott <rtrott@gmail.com> | 2020-07-25 21:59:04 -0700 |
---|---|---|
committer | Rich Trott <rtrott@gmail.com> | 2020-07-28 07:11:58 -0700 |
commit | 6ea3bf93a4c06c6086b8546e88a4ae5a3bba5596 (patch) | |
tree | 6772a0dbf1c819336d858b64e394f95b85e93e88 /test/pummel | |
parent | fe2a7f052f65f20e3c325e7525fdab7128c2f72c (diff) | |
download | node-new-6ea3bf93a4c06c6086b8546e88a4ae5a3bba5596.tar.gz |
test: add ref comment to test-regress-GH-814
Because the GitHub issue referred to by the test name is in an old
repository, put a link to it in a comment in
test/pummel/test-regress-GH-814.js.
PR-URL: https://github.com/nodejs/node/pull/34516
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Diffstat (limited to 'test/pummel')
-rw-r--r-- | test/pummel/test-regress-GH-814.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/pummel/test-regress-GH-814.js b/test/pummel/test-regress-GH-814.js index 3ae6dd061c..3231632257 100644 --- a/test/pummel/test-regress-GH-814.js +++ b/test/pummel/test-regress-GH-814.js @@ -19,6 +19,8 @@ // OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE // USE OR OTHER DEALINGS IN THE SOFTWARE. +// Refs: https://github.com/nodejs/node-v0.x-archive/issues/814 + 'use strict'; // Flags: --expose_gc |