From 4d98be2c30e0ec0f03b7eeaf03b923d491405974 Mon Sep 17 00:00:00 2001 From: Paul Jolly Date: Mon, 27 Jan 2020 06:34:24 +0000 Subject: [PATCH] cmd/govim: fix a rogue use of getqflist in a testscript test (#723) Make sure we are consistent in our use of GOVIMTest_getqflist --- cmd/govim/testdata/scenario_tempmodfile/modfile_changes.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/govim/testdata/scenario_tempmodfile/modfile_changes.txt b/cmd/govim/testdata/scenario_tempmodfile/modfile_changes.txt index 80f2f605c..6ba4a25c2 100644 --- a/cmd/govim/testdata/scenario_tempmodfile/modfile_changes.txt +++ b/cmd/govim/testdata/scenario_tempmodfile/modfile_changes.txt @@ -16,7 +16,7 @@ sleep $GOVIM_ERRLOGMATCH_WAIT cmp go.mod go.mod.golden # Verify that we have no diagnostics for any files -vimexprwait errors.empty getqflist() +vimexprwait errors.empty GOVIMTest_getqflist() # Assert that we have received no error (Type: 1) or warning (Type: 2) log messages # Disabled pending resolution to https://github.com/golang/go/issues/34103