Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Replace test using 'eval-lives-ok' with more specific test
Also avoid conflict with other subsets used in test file.
  • Loading branch information
usev6 committed Sep 19, 2015
1 parent 406c27b commit 05eed96
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions S02-types/subset.t
Expand Up @@ -124,8 +124,9 @@ dies-ok { my Digit $x = 3.1 },
# RT #74234
#?niecza todo
{
eval-lives-ok 'subset A of Mu; my A $x = 23;',
'subset A of Mu + type check and assignment works';
subset RT74234 of Mu;
my RT74234 $rt74234 = 23;
is $rt74234, 23, 'subset RT74234 of Mu + type check and assignment works';
}

# RT #77356
Expand Down

0 comments on commit 05eed96

Please sign in to comment.