Skip to content

Commit

Permalink
Change test name - we test non unique arrays here
Browse files Browse the repository at this point in the history
Swift SVN r32282
  • Loading branch information
aschwaighofer committed Sep 28, 2015
1 parent 76fafd9 commit 3e984d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validation-test/stdlib/ArrayNew.swift.gyb
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ ArrayTestSuite.test("${array_type}/Sliceable/Enums") {
*/
}

ArrayTestSuite.test("${array_type}/append") {
ArrayTestSuite.test("${array_type}/appendNonUnique") {
var x: ${array_type}<Int> = []
x.reserveCapacity(10002)
let capacity = x.capacity
Expand Down

0 comments on commit 3e984d2

Please sign in to comment.