I wrote,

> The t/src/intlist test still fails for me -- I just got
> 
> t/src/intlist.......#     Failed test (t/src/intlist.t at line 108)
> #          got: 'Step 1: 0
> # Failed: 
> # '
> #     expected: 'Step 1: 0
> # Step 2: 1
> # Step 3: 2
> # Step 4: 255
> # Step 5: 256
> # Step 6: 257
> # Done.
> # '

and here's the simple fix:

--- parrot-orig/t/src/intlist.t Mon Sep  9 01:50:02 2002
+++ parrot-andy/t/src/intlist.t Mon Sep  9 11:33:58 2002
@@ -162,6 +162,7 @@
             /* And the final element is... */
             if (intlist_pop(interpreter, list) != 0)
                 return "last survivor";
+           return NULL;
         }
 
         int main(int argc, char* argv[]) {

-- 
    Andy Dougherty              [EMAIL PROTECTED]
    Dept. of Physics
    Lafayette College, Easton PA 18042

Reply via email to