diff options
Diffstat (limited to 'java/test_spec_test.go')
-rw-r--r-- | java/test_spec_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/test_spec_test.go b/java/test_spec_test.go index 7f06785b0..1409b28ae 100644 --- a/java/test_spec_test.go +++ b/java/test_spec_test.go @@ -122,7 +122,7 @@ func TestTestSpec(t *testing.T) { } func runTestSpecTest( - t *testing.T, errorHandler android.FixtureErrorHandler, bp string, + t *testing.T, errorHandler android.FixtureErrorHandler, bp string, ) *android.TestResult { return android.GroupFixturePreparers( soongTesting.PrepareForTestWithTestingBuildComponents, |