Remove duplicate Helper call

The testRustContext function is used to prepare the environment for the
unit tests. As such, it is marked as a Helper function. Remove a
second superfluous call within its definition.

Test: m nothing
Change-Id: I37ea9a584b33498794c1cac828a7557d4bea8d7c
This commit is contained in:
Thiébaud Weksteen 2020-06-25 21:23:50 +02:00
parent c487ae15ba
commit 5f2de778f4
1 changed files with 0 additions and 1 deletions

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)