Skip to content

Commit

Permalink
cmd/govim: fix a rogue use of getqflist in a testscript test (#723)
Browse files Browse the repository at this point in the history
Make sure we are consistent in our use of GOVIMTest_getqflist
  • Loading branch information
myitcv committed Jan 27, 2020
1 parent fbb80cd commit 4d98be2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4d98be2

Please sign in to comment.