Skip to content

Commit faa6716

Browse files
committed
More multidim tests
1 parent ce60c2b commit faa6716

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

t/nqp/094-clone.t

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
plan(12);
1+
plan(13);
22
sub foo() {
33
'hello there';
44
}
@@ -23,6 +23,8 @@ class Foo {
2323
}
2424
}
2525

26+
ok(nqp::eqaddr(Foo, Foo), 'nqp::clone on a type object returns it');
27+
2628
{
2729
my $c := Foo.new(foo => 123);
2830
my $d := nqp::clone($c);

0 commit comments

Comments
 (0)