Skip to content

Commit

Permalink
Fix test description.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmurias committed Jan 27, 2017
1 parent 807a87a commit 6fad15e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/nqp/089-istype.t
Expand Up @@ -23,4 +23,4 @@ ok(nqp::istype(FooSub, Foo), 'istype with subclass type, +');
ok(!nqp::istype(nqp::null(), Foo), 'istype on nqp::null()');

ok(!nqp::istype(nqp::hash(), Foo), 'istype on nqp::hash');
ok(!nqp::istype(nqp::list(), Foo), 'istype on nqp::hash');
ok(!nqp::istype(nqp::list(), Foo), 'istype on nqp::list');

0 comments on commit 6fad15e

Please sign in to comment.