Skip to content

Commit

Permalink
tests: fix proto() testcase
Browse files Browse the repository at this point in the history
Fixes: 4ce69a8 ("fs: implement access(), mkstemp(), file.flush() and proc.flush()")
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
  • Loading branch information
jow- committed Feb 15, 2022
1 parent 4ce69a8 commit 1af23a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/custom/03_stdlib/40_proto
Expand Up @@ -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] }",
Expand Down

0 comments on commit 1af23a9

Please sign in to comment.