Skip to content

Commit

Permalink
Tweaks for idl2jsx/maketest.pl to reduce future differences
Browse files Browse the repository at this point in the history
  • Loading branch information
gfx committed May 30, 2012
1 parent 7da2964 commit 0fd33d6
Show file tree
Hide file tree
Showing 2 changed files with 3,574 additions and 3,574 deletions.
4 changes: 2 additions & 2 deletions idl2jsx/maketest.pl
Expand Up @@ -14,10 +14,10 @@
my %used_type;

# prepare
my $i = 0;
while(my($class, $def) = each %{$classdef}) {
next if $def->{skip};

my $i = 0;
push @classes, $def;

my @tests;
Expand Down Expand Up @@ -108,7 +108,7 @@ sub value_of {
class _Test extends TestCase {
: for $classes -> $class {
// #<: $~class.count :>
function compile_<: $class.name :>(o : <: $class.name :>) : void {
: for $class.tests -> $statement {
<: $statement :>
Expand Down

0 comments on commit 0fd33d6

Please sign in to comment.