hcltest: update a remaining stale reference to "zcl"

This commit is contained in:
Martin Atkins 2018-01-27 10:54:10 -08:00
parent 076aa5aafc
commit fc404031a0
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import (
// MockBody returns a hcl.Body implementation that works in terms of a
// caller-constructed hcl.BodyContent, thus avoiding the need to parse
// a "real" zcl config file to use as input to a test.
// a "real" HCL config file to use as input to a test.
func MockBody(content *hcl.BodyContent) hcl.Body {
return mockBody{content}
}