Remove duplicate unit test

This commit is contained in:
Mark Pim 2016-11-12 19:14:56 +00:00
parent 3d702911d9
commit fb052f74db

View File

@ -62,10 +62,6 @@ func TestListType(t *testing.T) {
`foo = []`, `foo = []`,
[]token.Type{}, []token.Type{},
}, },
{
`foo = ["123", 123]`,
[]token.Type{token.STRING, token.NUMBER},
},
{ {
`foo = [1, `foo = [1,
"string", "string",