summaryrefslogtreecommitdiffhomepage
path: root/tests/custom
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2024-06-18 14:52:50 +0200
committerGitHub <noreply@github.com>2024-06-18 14:52:50 +0200
commit5c262444e5979830d7318f980b44b3ea47df8f7c (patch)
treedb065147b1319098802454549e574f24f033c07f /tests/custom
parent2a0240f349d2808a01ec3e006b6f0da9107b7a27 (diff)
parent5d305cfb2ab7b997dc1314cb6d4483683275680c (diff)
Merge pull request #207 from nbd168/fs
Add fs module utility functions
Diffstat (limited to 'tests/custom')
-rw-r--r--tests/custom/03_stdlib/40_proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/custom/03_stdlib/40_proto b/tests/custom/03_stdlib/40_proto
index 2a12966..d96d124 100644
--- a/tests/custom/03_stdlib/40_proto
+++ b/tests/custom/03_stdlib/40_proto
@@ -38,6 +38,8 @@ When invoked with two arguments, returns the given value.
Hello, World!
[
{
+ "lock": "function lock(...) { [native code] }",
+ "truncate": "function truncate(...) { [native code] }",
"isatty": "function isatty(...) { [native code] }",
"error": "function error(...) { [native code] }",
"fileno": "function fileno(...) { [native code] }",