From 1af23a9db98575eecfc97e01e8f581221d1a224b Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 15 Feb 2022 11:54:48 +0100 Subject: [PATCH] tests: fix proto() testcase Fixes: 4ce69a8 ("fs: implement access(), mkstemp(), file.flush() and proc.flush()") Signed-off-by: Jo-Philipp Wich --- tests/custom/03_stdlib/40_proto | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/custom/03_stdlib/40_proto b/tests/custom/03_stdlib/40_proto index 017a8214..d7d0c2c3 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] }",