fix unrelated parser_test compilation error
This commit is contained in:
parent
fa8f3652ce
commit
5eb0f21a30
@ -240,7 +240,7 @@ func TestListType_lineComment(t *testing.T) {
|
|||||||
comment := l.comment[i]
|
comment := l.comment[i]
|
||||||
|
|
||||||
if (lt.LineComment == nil) != (comment == "") {
|
if (lt.LineComment == nil) != (comment == "") {
|
||||||
t.Fatalf("bad: %s", lt)
|
t.Fatalf("bad: %s", lt.Token.Value())
|
||||||
}
|
}
|
||||||
|
|
||||||
if comment == "" {
|
if comment == "" {
|
||||||
|
Loading…
Reference in New Issue
Block a user