Merge "Remove duplicate Helper call" am: 9ae615fb99

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1350822

Change-Id: I7c9380595d89681527af353d36203098c412699b
This commit is contained in:
Thiébaud Weksteen
2020-06-26 07:31:23 +00:00
committed by Automerger Merge Worker

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)