diff options
author | Jo-Philipp Wich <jo@mein.io> | 2022-02-15 11:54:48 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2022-02-15 11:54:48 +0100 |
commit | 1af23a9db98575eecfc97e01e8f581221d1a224b (patch) | |
tree | b7865733a6515c867b38533019e037b88772cdc9 /tests | |
parent | 4ce69a833cdd588cda621588f95502585cdbc63f (diff) |
tests: fix proto() testcase
Fixes: 4ce69a8 ("fs: implement access(), mkstemp(), file.flush() and proc.flush()")
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/custom/03_stdlib/40_proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/custom/03_stdlib/40_proto b/tests/custom/03_stdlib/40_proto index 017a821..d7d0c2c 100644 --- a/tests/custom/03_stdlib/40_proto +++ b/tests/custom/03_stdlib/40_proto @@ -40,6 +40,7 @@ Hello, World! { "error": "function error(...) { [native code] }", "fileno": "function fileno(...) { [native code] }", + "flush": "function flush(...) { [native code] }", "close": "function close(...) { [native code] }", "tell": "function tell(...) { [native code] }", "seek": "function seek(...) { [native code] }", |