Skip to content

Commit

Permalink
PIR tests need a :main sub, to work with TestFile.PIR from Rosella (u…
Browse files Browse the repository at this point in the history
…ses PackfileView.main_sub)
  • Loading branch information
Whiteknight committed Sep 11, 2011
1 parent 25b07b0 commit 1972d9d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion t/pir-subclass/complexmatrix2d.t
Expand Up @@ -2,7 +2,7 @@

.HLL 'ComplexMatrix2D_SUBCLASS_TEST'

.sub test
.sub test :main
$P0 = get_class 'Complex'
$P1 = subclass $P0, 'TestComplex'
$P2 = getinterp
Expand Down
2 changes: 1 addition & 1 deletion t/pir-subclass/nummatrix2d.t
Expand Up @@ -3,7 +3,7 @@

.HLL 'NumMatrix2D_SUBCLASS_TEST'

.sub test
.sub test :main
$P0 = get_class 'Float'
$P1 = subclass $P0, 'TestFloat'
$P2 = getinterp
Expand Down
2 changes: 1 addition & 1 deletion t/pir-subclass/pmcmatrix2d.t
Expand Up @@ -2,7 +2,7 @@

.HLL 'PMCMatrix2D_SUBCLASS_TEST'

.sub test
.sub test :main
$P0 = get_class 'Integer'
$P1 = subclass $P0, 'TestInteger'
$P2 = getinterp
Expand Down

0 comments on commit 1972d9d

Please sign in to comment.