Skip to content

Commit

Permalink
test: re-enable quickfix_empty_files test
Browse files Browse the repository at this point in the history
As golang/go#39646 is closed we now re-enable the skipped test.
  • Loading branch information
leitzler committed Feb 11, 2021
1 parent 2afc6a4 commit d09c016
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cmd/govim/testdata/scenario_default/quickfix_empty_files.txt
Expand Up @@ -10,7 +10,7 @@
# the definition of DoIt to take an integer argument at which point all
# diagnostics should disappear.

[golang.org/issues/39646] skip
[!go1.16] skip

# Create all the new files
vim ex 'e p/p.go'
Expand Down Expand Up @@ -99,7 +99,7 @@ func TestDoIt(t *testing.T) {
"module": "",
"nr": 0,
"pattern": "",
"text": "cannot convert 5 (untyped int constant) to string",
"text": "cannot use 5 (untyped int constant) as string value in argument to p.DoIt",
"type": "",
"valid": 1,
"vcol": 0
Expand All @@ -111,7 +111,7 @@ func TestDoIt(t *testing.T) {
"module": "",
"nr": 0,
"pattern": "",
"text": "cannot convert 5 (untyped int constant) to string",
"text": "cannot use 5 (untyped int constant) as string value in argument to DoIt",
"type": "",
"valid": 1,
"vcol": 0
Expand All @@ -123,7 +123,7 @@ func TestDoIt(t *testing.T) {
"module": "",
"nr": 0,
"pattern": "",
"text": "cannot convert 5 (untyped int constant) to string",
"text": "cannot use 5 (untyped int constant) as string value in argument to p.DoIt",
"type": "",
"valid": 1,
"vcol": 0
Expand Down

0 comments on commit d09c016

Please sign in to comment.