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
commit 9ae615fb99

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)