Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[js] Pass t/serialization/01-basic.t
  • Loading branch information
pmurias committed Oct 6, 2015
1 parent 0e78cd7 commit e11ec6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vm/js/bin/run_tests.pl
Expand Up @@ -8,7 +8,7 @@
}
});
my @regex = "gen/js/qregex.t";
my @serialization = "t/serialization/02-types.t";
my @serialization = glob "t/serialization/{01,02}*.t";
my @qast = glob "t/qast/02*";
my @js_specific = "t/js/getcomp-js.t";

Expand Down

0 comments on commit e11ec6e

Please sign in to comment.