Merge "Remove duplicate Helper call"

This commit is contained in:
Thiébaud Weksteen
2020-06-26 07:18:02 +00:00
committed by Gerrit Code Review

View File

@@ -93,7 +93,6 @@ func testRustContext(t *testing.T, bp string, coverage bool) *android.TestContex
config.TestProductVariables.NativeCoveragePaths = []string{"*"}
}
t.Helper()
ctx := CreateTestContext()
ctx.Register(config)