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
1 changed files with 1 additions and 1 deletions

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 == "" {