[llvm-commits] CVS: llvm-test/MultiSource/Applications/sgefa/driver.c
Reid Spencer
reid at x10sys.com
Sat Nov 25 00:48:40 PST 2006
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 )
More information about the llvm-commits
mailing list