diff options
Diffstat (limited to 'tests/custom/03_stdlib/40_proto')
-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] }", |