Skip to content

Commit

Permalink
Test Bool.enums value type
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Sep 27, 2017
1 parent 5fbc8ba commit b819af6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion S12-enums/basic.t
@@ -1,6 +1,6 @@
use v6;
use Test;
plan 44;
plan 45;

# Very basic enum tests

Expand Down Expand Up @@ -193,4 +193,7 @@ subtest '=== on same different enums with same values' => {
cmp-ok WHICHTester, &[===], WHICHTester, 'type object vs. type object => same';
}

# RT #132039
cmp-ok Bool.enums.WHAT, '===', Map, 'Bool.enums returns a Map, not a Hash';

# vim: ft=perl6

0 comments on commit b819af6

Please sign in to comment.