Skip to content

Commit

Permalink
remove exit from test module
Browse files Browse the repository at this point in the history
  • Loading branch information
William McLaren committed Aug 5, 2015
1 parent 1133868 commit 3e35a6f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/t/vep.t
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ $config = copy_config($base_config, { regulatory => 1 });
($vf) = @{parse_line($config, '21 25560805 25568206 DEL +')};
$cons = get_all_consequences($config, [$vf]);
ok((grep {$_->{Feature} eq 'ENSR00000612089'} @$cons), "regulatory - SV overlap");
exit(0);

## input formats

Expand Down

0 comments on commit 3e35a6f

Please sign in to comment.