diff options
Diffstat (limited to 'cc')
| -rw-r--r-- | cc/cc_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/cc_test.go b/cc/cc_test.go index 22ac0d949..a0914c859 100644 --- a/cc/cc_test.go +++ b/cc/cc_test.go @@ -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 |