Permalink
Browse files

try debug before release

  • Loading branch information...
1 parent de157da commit c5b8fb7646d048564d84632ccf64ae872d0b7673 @BenLangmead committed Jun 7, 2017
Showing with 1 addition and 1 deletion.
  1. +1 −1 scripts/test/simple_tests.pl
@@ -1269,7 +1269,7 @@ ($$)
my $tmpfafn = ".simple_tests.pl.fa";
my $last_ref = undef;
foreach my $large_idx (undef,1) {
- foreach my $debug_mode (undef,1) {
+ foreach my $debug_mode (1,undef) {
for (my $ci = 0; $ci < scalar(@cases); $ci++) {
my $c = $cases[$ci];
last unless defined($c);

0 comments on commit c5b8fb7

Please sign in to comment.