Skip to content

Commit 1f54bd9

Browse files
committed
[v6.d REVIEW] Use more appropriate test routines
Orig: 0d86018
1 parent 86787bf commit 1f54bd9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

S32-str/split.t

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -507,8 +507,9 @@ is-deeply 'aaaaabbbbb'.split(<aaa aa bb bbb>, :v),
507507

508508
# RT #128481
509509
{
510-
# .List is to check it's not a BOOTArray (which doesn't have p6 method resolution)
511-
is *.split("-").("a-b-c").List,<a b c>,'*.split result is HLLized';
510+
# .List is to check it's not a BOOTArray
511+
# (which doesn't have p6 method resolution)
512+
is-deeply *.split("-").("a-b-c").List, <a b c>, '*.split result is HLLized';
512513
}
513514

514515
# RT #129242

0 commit comments

Comments
 (0)