Changes in directory llvm-test/MultiSource/Applications/sgefa:

driver.c updated: 1.5 -> 1.6
---
Log message:

Fix these test programs to return reliable values (0) as exit codes so 
that testing for them doesn't break the test.


---
Diffs of the changes:  (+1 -0)

 driver.c |    1 +
 1 files changed, 1 insertion(+)


Index: llvm-test/MultiSource/Applications/sgefa/driver.c
diff -u llvm-test/MultiSource/Applications/sgefa/driver.c:1.5 
llvm-test/MultiSource/Applications/sgefa/driver.c:1.6
--- llvm-test/MultiSource/Applications/sgefa/driver.c:1.5       Sat Dec  4 
00:51:22 2004
+++ llvm-test/MultiSource/Applications/sgefa/driver.c   Sat Nov 25 02:48:23 2006
@@ -75,6 +75,7 @@
       //       err, err/snrm2( a.rd, x, 1 ) );
     }
   }                            /* End of while loop over test cases. */
+  return 0;
 }                              /* End of MAIN */
 
 int matgen( a, x, b, bt, ipvt, test_case, scale )



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to