Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a729abd

Browse files
committed
Update test
1 parent 27dd75e commit a729abd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/testdir/test_vim9_generics.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ def Test_generic_failure_in_def_function()
287287
enddef
288288
defcompile
289289
END
290-
v9.CheckScriptFailure(lines, 'E119: Not enough arguments for function: <SNR>17_Fn', 1)
290+
v9.CheckScriptFailure(lines, 'E119: Not enough arguments for function', 1)
291291

292292
lines =<< trim END
293293
vim9script

0 commit comments

Comments
 (0)