Merge "Cleanup some issues left over from previous reviews" am: 2b1d2b6e4d
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1651487 Change-Id: I30866d664063f5a682312ef6631b2b7f457f03a0
This commit is contained in:
@@ -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(),
|
||||
|
@@ -308,7 +308,8 @@ func TestNeverallow(t *testing.T) {
|
||||
}
|
||||
}),
|
||||
test.fs.AddToFixture(),
|
||||
).ExtendWithErrorHandler(FixtureExpectsAllErrorsToMatchAPattern(test.expectedErrors)).
|
||||
).
|
||||
ExtendWithErrorHandler(FixtureExpectsAllErrorsToMatchAPattern(test.expectedErrors)).
|
||||
RunTest(t)
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user