Skip to content

Commit

Permalink
Fix test compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
t0yv0 committed Dec 21, 2023
1 parent 2a885f2 commit 3c710c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions provider/fast_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,3 @@ func BenchmarkProvider(b *testing.B) {
Provider()
}
}

func BenchmarkRuntimeProvider(b *testing.B) {
for n := 0; n < b.N; n++ {
RuntimeProvider()
}
}
2 changes: 1 addition & 1 deletion provider/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ var managedByPulumi = &tfbridge.DefaultInfo{Value: "Managed by Pulumi"}
var runtimeMetadata []byte

// Provider returns additional overlaid schema and metadata associated with the aws package.
func RuntimeProvider() *tfbridge.ProviderInfo {
func Provider() *tfbridge.ProviderInfo {
return ProviderFromMeta(tfbridge.NewProviderMetadata(runtimeMetadata))
}

Expand Down

0 comments on commit 3c710c1

Please sign in to comment.