Skip to content

Commit 70a863d

Browse files
committed
Test decontainerizing a nqp::null.
1 parent ce971dd commit 70a863d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

t/nqp/067-container.t

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
plan(11);
1+
plan(12);
2+
3+
ok(nqp::isnull(nqp::decont(nqp::null())), 'nqp::decont works on nqp::null');
24

35
# code_pair container spec
46
{

0 commit comments

Comments
 (0)