Skip to content

Commit fe1aef1

Browse files
lizmatzoffixznet
authored andcommitted
Make bogus .WHICH test less bogus
1 parent ae9c63c commit fe1aef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/advent2013-day07.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ is set( <a b c d> ) ⊆ set( <a b c> ), False, 'a b c d ⊆ a b c';
1212
is <a b c> <a b d>, False, 'a b c ⊆ a b d';
1313
is <a b c> === <a b c>, False, 'a b c === a b c';
1414
is <a b c> eqv <a b c>, True, 'a b c eqv a b c';
15-
is set(<a b c>).WHICH, 'Set|Str|a Str|b Str|c', 'is .WHICH what we expect';
15+
is set(<a b c>).WHICH, set(<c b a>).WHICH, 'make sure .WHICH is consistent';

0 commit comments

Comments
 (0)