diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-07-14 18:30:28 +0200 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-07-16 16:49:58 +0300 |
commit | 55e858010b9ba53c27475d9ce6f864a84d28fa81 (patch) | |
tree | ddbbcc909abc23310117afee2225f6197f475f18 /tests/function/filesystem/testscript | |
parent | 3f2b42c3c01ecfee6a63653172d437aa0e915b68 (diff) |
Resolve function overload via the argument reversal to untyped
Diffstat (limited to 'tests/function/filesystem/testscript')
-rw-r--r-- | tests/function/filesystem/testscript | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/function/filesystem/testscript b/tests/function/filesystem/testscript index 61fca19..7dcfde9 100644 --- a/tests/function/filesystem/testscript +++ b/tests/function/filesystem/testscript @@ -95,10 +95,7 @@ : string-path : - $* <'print $path_match([string] "b*", [path] "b")' 2>>~/EOE/ != 0 - <stdin>:1:8: error: unmatched call to path_match(string, path) - /.{11} - EOE + $* <'print $path_match([string] "b*", [path] "b")' >'true' } : path |