2 # Copyright (C) 2009-2010, Parrot Foundation.
7 use lib qw( . lib ../lib ../../lib );
9 use Parrot::Test tests => 1;
13 t/op/annotate-old.t - Test .annotate directive
17 % prove t/op/annotate-old.t
21 Test use cases of the annotate directive that currently can't
22 be covered with pir based tests.
26 pir_error_output_like( <<CODE, <<OUTPUT, 'unhandled exception from loaded function');
28 # Not using test more, just a quick way to pick a function
29 .include 'test_more.pir'
30 .annotate 'file', 'foobar'
32 # Call with too many positional arguments
42 # cperl-indent-level: 4
45 # vim: expandtab shiftwidth=4: