Skip to content

Commit

Permalink
add :main tags to recently added tests
Browse files Browse the repository at this point in the history
  • Loading branch information
plobsing committed Jan 2, 2011
1 parent cbaad37 commit 75fb81b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion t/pmc/filehandle.t
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ ok 1 - $S0 = $P0.mode() # get read mode
OUT

pir_output_is( <<'CODE', <<'OUTPUT', "clone preserves all attributes of filehandle" );
.sub main
.sub main :main
.local pmc fh,fh_clone
.local string line1, line2
Expand Down
3 changes: 3 additions & 0 deletions t/pmc/timer.t
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ OUT

pasm_output_is( <<'CODE', <<'OUT', "Timer param test/invoke" );
.include "timer.pasm"
.pcc_sub :main main:
new P0, ['Timer']
set P0[.PARROT_TIMER_INTERVAL], 2.2
Expand Down

0 comments on commit 75fb81b

Please sign in to comment.