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

Commit 3cb2c06b authored by Paul Duffin's avatar Paul Duffin
Browse files

Cleanup some issues left over from previous reviews

Bug: 183235980
Test: m nothing
Change-Id: I187765c56b889445de3a4729405ee745e5f73729
parent 76e5c8a3
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)
		})
	}