[svn:parrot] r48988 - trunk/t/dynoplibs
plobsing at svn.parrot.org
plobsing at svn.parrot.org
Tue Sep 14 05:35:09 UTC 2010
Author: plobsing
Date: Tue Sep 14 05:35:08 2010
New Revision: 48988
URL: https://trac.parrot.org/parrot/changeset/48988
Log:
add forgotten library inclusions to test
Modified:
trunk/t/dynoplibs/sysinfo.t
Modified: trunk/t/dynoplibs/sysinfo.t
==============================================================================
--- trunk/t/dynoplibs/sysinfo.t Tue Sep 14 05:32:45 2010 (r48987)
+++ trunk/t/dynoplibs/sysinfo.t Tue Sep 14 05:35:08 2010 (r48988)
@@ -184,8 +184,10 @@
}
pir_output_is(<<'CODE', <<OUTPUT, 'INTVAL min and max coherence');
-# assumes 2's compliment integer math
+.loadlib 'sys_ops'
+.include 'sysinfo.pasm'
.sub 'main' :main
+ # assumes 2's compliment integer math
.include 'test_more.pir'
.local int min, max
max = sysinfo .SYSINFO_PARROT_INTMAX
More information about the parrot-commits
mailing list