Skip to content
This repository has been archived by the owner on Jun 9, 2018. It is now read-only.

Commit

Permalink
fix plan
Browse files Browse the repository at this point in the history
Now with pcc, test_6 works
  • Loading branch information
unknown committed Oct 23, 2009
1 parent 9b5ce12 commit f44ff0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/pmc/thread_hll.t
Expand Up @@ -23,7 +23,7 @@ Tests Lua C<thread> type

.include 'test_more.pir'

plan(5)
plan(6)

check_HLL()
check_tostring()
Expand Down Expand Up @@ -62,7 +62,7 @@ Tests Lua C<thread> type

.sub 'check__add'
# attempt to perform arithmetic on a thread value
throws_like(<<'CODE', '^attempt', "check__add")
throws_like(<<'CODE', '^attempt', "check __add")
.sub ''
.const 'Sub' F1 = 'f1'
$P0 = new 'LuaThread', F1
Expand Down

0 comments on commit f44ff0a

Please sign in to comment.