Skip to content
Snippets Groups Projects
Commit ab8a85e8 authored by Mirar (Pontus Hagland)'s avatar Mirar (Pontus Hagland)
Browse files

tests fixed again

Rev: src/modules/Image/module_testsuite.in:1.15
Rev: src/modules/Image/testsuite.in.in:1.24
parent 6dd0ce6b
No related branches found
No related tags found
No related merge requests found
...@@ -82,7 +82,7 @@ mixed a(){ ...@@ -82,7 +82,7 @@ mixed a(){
#44 "testsuite.in.in" #44 "testsuite.in.in"
foreach ( ({0x3fffffff,0x1fffffff,0x10000000,0x7fffffff,0x7ffffffff, foreach ( ({0x7fffffff,0x7ffffffff,
0x7ffffffff,0x7fffffffff,0x7ffffffffff}), 0x7ffffffff,0x7fffffffff,0x7ffffffffff}),
int x) int x)
if (x>0) if (x>0)
......
// -*- pike -*- // -*- pike -*-
// $Id: testsuite.in.in,v 1.23 1999/10/16 08:10:00 mirar Exp $ // $Id: testsuite.in.in,v 1.24 1999/10/18 20:23:11 mirar Exp $
#module Image.Image #module Image.Image
{ {
//----------------------------------------------------------------------- //-----------------------------------------------------------------------
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
ok(); ok();
#test Image.Image() too big #test Image.Image() too big
foreach ( ({0x3fffffff,0x1fffffff,0x10000000,0x7fffffff,0x7ffffffff, foreach ( ({0x7fffffff,0x7ffffffff,
0x7ffffffff,0x7fffffffff,0x7ffffffffff}), 0x7ffffffff,0x7fffffffff,0x7ffffffffff}),
int x) int x)
if (x>0) if (x>0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment