Skip to content

Commit

Permalink
Remove duplicate unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
jMarkP committed Nov 12, 2016
1 parent 3d70291 commit fb052f7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions hcl/parser/parser_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@ func TestListType(t *testing.T) {
`foo = []`,
[]token.Type{},
},
{
`foo = ["123", 123]`,
[]token.Type{token.STRING, token.NUMBER},
},
{
`foo = [1,
"string",
Expand Down

0 comments on commit fb052f7

Please sign in to comment.