Stop sdk package depending on testing.T being embedded in TestResult
This change is in preparation for removing testing.T from TestResult. Bug: 181070625 Test: m nothing Change-Id: I67535aff0d894e6e3d8456b75540f340af853355
This commit is contained in:
@@ -42,7 +42,7 @@ func TestModuleExportsSnapshot(t *testing.T) {
|
||||
"package/Android.bp": []byte(packageBp),
|
||||
})
|
||||
|
||||
CheckSnapshot(result, "myexports", "package",
|
||||
CheckSnapshot(t, result, "myexports", "package",
|
||||
checkAndroidBpContents(`
|
||||
// This is auto-generated. DO NOT EDIT.
|
||||
|
||||
|
Reference in New Issue
Block a user