Skip to content

Commit fba1e39

Browse files
committed
(un)fudge perl.t for rakudo
1 parent e05e9cc commit fba1e39

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

S02-names-vars/perl.t

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
use v6;
22
use Test;
3-
plan 78;
4-
53
# L<S02/Names and Variables/To get a Perlish representation of any object>
64

75
my @tests = (
86
# Basic scalar values
97
42, 42/10, 4.2,
10-
#?rakudo emit # sqrt(2) is a Num which we cannot currently .perl / eval
118
sqrt(2),
12-
#?rakudo emit # 3e5 is converted to a Str when re-evaled
139
3e5,
1410
Inf, -Inf, NaN,
1511

@@ -135,6 +131,7 @@ my @tests = (
135131
}
136132

137133
# RT #67790
134+
#?rakudo skip 'RT 67790'
138135
{
139136
class RT67790 {}
140137
lives_ok { RT67790.HOW.perl }, 'can .perl on .HOW';

0 commit comments

Comments
 (0)