Skip to content

Commit

Permalink
remove stale, commented out SKIP
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Apr 30, 2012
1 parent f016f0b commit 8ca0a52
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions t/dynoplibs/debug.t
Expand Up @@ -27,9 +27,6 @@ $ENV{TEST_PROG_ARGS} ||= '';
my $nolineno = $ENV{TEST_PROG_ARGS} =~ /--runcore=fast/
? "\\(unknown file\\)\n-1" : "debug_\\d+\\.pasm\n\\d";

#SKIP: {
#skip "disabled on fast-core",1 if $ENV{TEST_PROG_ARGS} =~ /--runcore=fast/;

pasm_output_like( <<'CODE', <<"OUTPUT", "getline, getfile" );
.loadlib 'debug_ops'
.pcc_sub :main main:
Expand Down

0 comments on commit 8ca0a52

Please sign in to comment.