[svn:parrot] r40234 - branches/bsr_jsr_ret/t/op

whiteknight at svn.parrot.org whiteknight at svn.parrot.org
Thu Jul 23 22:22:03 UTC 2009


Author: whiteknight
Date: Thu Jul 23 22:22:03 2009
New Revision: 40234
URL: https://trac.parrot.org/parrot/changeset/40234

Log:
[bsr_jsr_ret] remove one test that only tested bsr

Modified:
   branches/bsr_jsr_ret/t/op/basic.t

Modified: branches/bsr_jsr_ret/t/op/basic.t
==============================================================================
--- branches/bsr_jsr_ret/t/op/basic.t	Thu Jul 23 22:19:58 2009	(r40233)
+++ branches/bsr_jsr_ret/t/op/basic.t	Thu Jul 23 22:22:03 2009	(r40234)
@@ -6,7 +6,7 @@
 use warnings;
 use lib qw( . lib ../lib ../../lib );
 use Test::More;
-use Parrot::Test tests => 24;
+use Parrot::Test tests => 23;
 
 =head1 NAME
 
@@ -97,22 +97,6 @@
         end
 CODE
 
-pasm_output_is( <<'CODE', <<'OUTPUT', "bsr_i" );
-        print   "start\n"
-
-        bsr     LAB1
-
-        print   "done\n"
-        end
-
-LAB1:   print   "lab 1\n"
-        ret
-CODE
-start
-lab 1
-done
-OUTPUT
-
 pasm_output_is( <<'CODE', <<'OUTPUT', "local_branch_c_i" );
         print    "start\n"
 


More information about the parrot-commits mailing list