Merge changes from topic "dexpreopt_bootjars" am: 49afb313ed
am: 7931d32a00
Change-Id: I18aa12211f93116addb5cdba249363ced92af277
This commit is contained in:
@@ -1039,7 +1039,7 @@ var splitListForSizeTestCases = []struct {
|
||||
|
||||
func TestSplitListForSize(t *testing.T) {
|
||||
for _, testCase := range splitListForSizeTestCases {
|
||||
out, _ := splitListForSize(android.PathsForTesting(testCase.in), testCase.size)
|
||||
out, _ := splitListForSize(android.PathsForTesting(testCase.in...), testCase.size)
|
||||
|
||||
var outStrings [][]string
|
||||
|
||||
|
Reference in New Issue
Block a user