Skip to content

Commit

Permalink
Fix test for rt125408.
Browse files Browse the repository at this point in the history
The repr doesn't actually play a role in the original bug,
as per http://irclog.perlgeek.de/perl6-dev/2016-09-27#i_13289063.
  • Loading branch information
peschwa committed Sep 30, 2016
1 parent 7e98695 commit 5a43547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/04-nativecall/16-rt125408.t
Expand Up @@ -6,7 +6,7 @@ use Test;

plan 1;

class Foo is repr("CStruct") {
class Foo {
method foo(Mu:U $type, Int $a ) {
my @buff := CArray[$type].new;
my $ctype = $type ~~ Num ?? Num !! Int;
Expand Down

0 comments on commit 5a43547

Please sign in to comment.