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/parallel/test-fs-open-numeric-flags.js | |
| parent | c908088a039b8e1232941850c75471bab162313a (diff) | |
chore(node_compat): fix path strings generated by `setup.ts` (#19347)
Diffstat (limited to 'cli/tests/node_compat/test/parallel/test-fs-open-numeric-flags.js')
| -rw-r--r-- | cli/tests/node_compat/test/parallel/test-fs-open-numeric-flags.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/node_compat/test/parallel/test-fs-open-numeric-flags.js b/cli/tests/node_compat/test/parallel/test-fs-open-numeric-flags.js index 9e0161ca1..3e8efde82 100644 --- a/cli/tests/node_compat/test/parallel/test-fs-open-numeric-flags.js +++ b/cli/tests/node_compat/test/parallel/test-fs-open-numeric-flags.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'; require('../common'); |
