Merge changes from topic "dexpreopt_bootjars" am: 49afb313ed
am: 7931d32a00
am: 538a7a2124
Change-Id: I6a4bc320e694354e0619430137f67f8576fc0288
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