Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2b1d2b6e authored by Paul Duffin's avatar Paul Duffin Committed by Gerrit Code Review
Browse files

Merge "Cleanup some issues left over from previous reviews"

parents e742ee14 3cb2c06b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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(),
+2 −1
Original line number Diff line number Diff line
@@ -308,7 +308,8 @@ func TestNeverallow(t *testing.T) {
					}
				}),
				test.fs.AddToFixture(),
			).ExtendWithErrorHandler(FixtureExpectsAllErrorsToMatchAPattern(test.expectedErrors)).
			).
				ExtendWithErrorHandler(FixtureExpectsAllErrorsToMatchAPattern(test.expectedErrors)).
				RunTest(t)
		})
	}