From fe81b926d394d719a8a2cd31f0dfd7d4675a9c6a Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Tue, 4 Sep 2018 18:43:06 +0200 Subject: test_largefile.vim: adjust comment to run it --- src/nvim/testdir/test_largefile.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/nvim/testdir/test_largefile.vim b/src/nvim/testdir/test_largefile.vim index 1b3e02a0c8..3f9c2dc150 100644 --- a/src/nvim/testdir/test_largefile.vim +++ b/src/nvim/testdir/test_largefile.vim @@ -1,5 +1,5 @@ " Tests for large files -" This is only executed manually: "make test_largefile". +" This is only executed manually: "TEST_FILE=test_largefile.res make oldtest". " This is not run as part of "make test". func Test_largefile() -- cgit