Skip to content

Commit 341d655

Browse files
committed
[v6.d REVIEW] Clarify desc of notandthen test
Not all impls might use notandthen to handle `without` Orig: 50b54916d
1 parent ba05946 commit 341d655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

S03-operators/notandthen.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ plan 6;
1414
'chaned notandthen executes RHS thunks only when appropriate';
1515
}
1616

17-
subtest 'Empty in args to notandthen does not disappear' => {
17+
subtest 'Empty in args to notandthen/without does not disappear' => {
1818
plan 4;
1919
my $r := do 42 without Empty;
2020
is-deeply $r, 42, 'postfix `without`';

0 commit comments

Comments
 (0)