diff --git t/op/comp.t t/op/comp.t index 00349f4..4dda245 100644 --- t/op/comp.t +++ t/op/comp.t @@ -1,13 +1,7 @@ -#!perl -# Copyright (C) 2001-2005, Parrot Foundation. +#!parrot +# Copyright (C) 2001-2009, Parrot Foundation. # $Id$ -use strict; -use warnings; -use lib qw( . lib ../lib ../../lib ); -use Test::More; -use Parrot::Test tests => 7; - =head1 NAME t/op/comp.t - Conditionals @@ -16,7 +10,7 @@ t/op/comp.t - Conditionals % prove t/op/comp.t -=head1 DESCRIPTION +=head1 DESCRIPT$ION Tests various conditional branch operations. @@ -24,155 +18,137 @@ Tests various conditional branch operations. # some of these were failing with JIT/i386 -pasm_output_is( <<'CODE', <