[svn:parrot] r49107 - branches/gc_massacre/t/dynoplibs

bacek at svn.parrot.org bacek at svn.parrot.org
Fri Sep 17 23:48:00 UTC 2010


Author: bacek
Date: Fri Sep 17 23:48:00 2010
New Revision: 49107
URL: https://trac.parrot.org/parrot/changeset/49107

Log:
add forgotten library inclusions to test

Modified:
   branches/gc_massacre/t/dynoplibs/sysinfo.t

Modified: branches/gc_massacre/t/dynoplibs/sysinfo.t
==============================================================================
--- branches/gc_massacre/t/dynoplibs/sysinfo.t	Fri Sep 17 23:47:46 2010	(r49106)
+++ branches/gc_massacre/t/dynoplibs/sysinfo.t	Fri Sep 17 23:48:00 2010	(r49107)
@@ -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