From 5eb0f21a30795587af89fecc4da3931388284a67 Mon Sep 17 00:00:00 2001 From: Lang Martin Date: Tue, 23 Apr 2019 13:50:30 -0400 Subject: [PATCH] fix unrelated parser_test compilation error --- hcl/parser/parser_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hcl/parser/parser_test.go b/hcl/parser/parser_test.go index 2702122..1188d09 100644 --- a/hcl/parser/parser_test.go +++ b/hcl/parser/parser_test.go @@ -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 == "" {