summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/hashicorp/hcl/hcl/parser/error_test.go
blob: 32399fec5d0aedf217d481dc8ce8aee59c0e80f9 (plain)
1
2
3
4
5
6
7
8
9
package parser

import (
	"testing"
)

func TestPosError_impl(t *testing.T) {
	var _ error = new(PosError)
}