diff options
author | ThiƩbaud Weksteen <tweek@google.com> | 2020-06-25 21:23:50 +0200 |
---|---|---|
committer | ThiƩbaud Weksteen <tweek@google.com> | 2020-06-25 21:25:41 +0200 |
commit | 5f2de778f41b1b14904c14328a78023007f90cdf (patch) | |
tree | 7b4ba0c10e123add87ec0b7bd114025a8007807e /rust/rust_test.go | |
parent | c487ae15ba747ba06c0c72f357228bb933811629 (diff) |
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
Diffstat (limited to 'rust/rust_test.go')
-rw-r--r-- | rust/rust_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rust/rust_test.go b/rust/rust_test.go index 703aaed29..280c22a7e 100644 --- a/rust/rust_test.go +++ b/rust/rust_test.go @@ -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) |