Remove unnecessary commented imports

This commit is contained in:
James Nugent 2015-11-27 18:10:24 +00:00
parent abffa67a49
commit ba9c7323a9
1 changed files with 0 additions and 5 deletions

View File

@ -4,13 +4,8 @@ import (
"testing" "testing"
r "github.com/hashicorp/terraform/helper/resource" r "github.com/hashicorp/terraform/helper/resource"
// "github.com/hashicorp/terraform/terraform"
) )
// var testProviders = map[string]terraform.ResourceProvider{
// "template": Provider(),
// }
func TestRender(t *testing.T) { func TestRender(t *testing.T) {
testCases := []struct { testCases := []struct {
ResourceBlock string ResourceBlock string