fix unrelated parser_test compilation error

This commit is contained in:
Lang Martin 2019-04-23 13:50:30 -04:00
parent fa8f3652ce
commit 5eb0f21a30

View File

@ -240,7 +240,7 @@ func TestListType_lineComment(t *testing.T) {
comment := l.comment[i]
if (lt.LineComment == nil) != (comment == "") {
t.Fatalf("bad: %s", lt)
t.Fatalf("bad: %s", lt.Token.Value())
}
if comment == "" {