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:
Paul Duffin
2021-03-25 09:23:49 +00:00
committed by Automerger Merge Worker
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)
})
}