2 # Copyright (C) 2006-2008, Parrot Foundation.
7 t/pmc/null.t - test Null PMC
20 .include 'test_more.pir'
25 ok(1, 'Instantiated a Null PMC')
29 ok ($I0, 'Null is same as Null')
33 nok($I0, 'Null is not same as not Undef')
40 # vim: expandtab shiftwidth=4 ft=pir: