Merge "Cleanup some issues left over from previous reviews"

This commit is contained in:
Paul Duffin
2021-03-25 09:16:40 +00:00
committed by Gerrit Code Review
2 changed files with 3 additions and 2 deletions

View File

@@ -138,7 +138,7 @@ import (
// }
//
// func TestJavaStuff(t *testing.T) {
// result := android.GroupFixturePreparers(t,
// result := android.GroupFixturePreparers(
// prepareForJavaTest,
// android.FixtureWithRootAndroidBp(`java_library {....}`),
// android.MockFS{...}.AddToFixture(),

View File

@@ -308,7 +308,8 @@ func TestNeverallow(t *testing.T) {
}
}),
test.fs.AddToFixture(),
).ExtendWithErrorHandler(FixtureExpectsAllErrorsToMatchAPattern(test.expectedErrors)).
).
ExtendWithErrorHandler(FixtureExpectsAllErrorsToMatchAPattern(test.expectedErrors)).
RunTest(t)
})
}