diff options
Diffstat (limited to 'src/testing.c')
-rw-r--r-- | src/testing.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing.c b/src/testing.c index de89bd9fd..137d5fe9f 100644 --- a/src/testing.c +++ b/src/testing.c @@ -22,7 +22,7 @@ prepare_assert_error(garray_T *gap) { char buf[NUMBUFLEN]; - char_u *sname = estack_sfile(); + char_u *sname = estack_sfile(FALSE); ga_init2(gap, 1, 100); if (sname != NULL) |