Skip to content

Commit 7c99c68

Browse files
committed
Add test for ArraySlice.popLast
1 parent 898dce6 commit 7c99c68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validation-test/stdlib/Arrays.swift.gyb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1513,7 +1513,7 @@ ArrayTestSuite.test("Native/isEmpty") {
15131513
expectFalse(a.isEmpty)
15141514
}
15151515

1516-
% for Kind in ['Array', 'ContiguousArray']:
1516+
% for Kind in ['Array', 'ContiguousArray', 'ArraySlice']:
15171517
ArrayTestSuite.test("${Kind}/popLast") {
15181518
// Empty
15191519
do {

0 commit comments

Comments
 (0)