/[VRac]/M6502/t/01-arch.t
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /M6502/t/01-arch.t

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

M6502/t/01-orao.t revision 30 by dpavlin, Mon Jul 30 17:56:13 2007 UTC M6502/t/01-arch.t revision 33 by dpavlin, Mon Jul 30 21:00:36 2007 UTC
# Line 9  use Test::More tests => 6; Line 9  use Test::More tests => 6;
9  use Data::Dump qw/dump/;  use Data::Dump qw/dump/;
10    
11  BEGIN {  BEGIN {
12  use_ok( 'Orao' );  use_ok( 'Arch' );
13  }  }
14    
15  ok( my $orao = Orao->new({  ok( my $orao = Arch->new({
16          mmu => sub {},          mmu => sub {},
17  }), 'new' );  }), 'new' );
18  isa_ok( $orao, 'Orao' );  isa_ok( $orao, 'Arch' );
19    
20  my @v = ( 0xff, 0x00, 0xff, 0xaa );  my @v = ( 0xff, 0x00, 0xff, 0xaa );
21    

Legend:
Removed from v.30  
changed lines
  Added in v.33

  ViewVC Help
Powered by ViewVC 1.1.26