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