[llvm-commits] CVS: llvm/test/Programs/SingleSource/CustomChecked/oopack_v1p8.cpp
Chris Lattner
lattner at cs.uiuc.edu
Sat Sep 20 13:54:00 PDT 2003
Changes in directory llvm/test/Programs/SingleSource/CustomChecked:
oopack_v1p8.cpp updated: 1.1 -> 1.2
---
Log message:
Make the test fail if tests aren't found!
---
Diffs of the changes:
Index: llvm/test/Programs/SingleSource/CustomChecked/oopack_v1p8.cpp
diff -u llvm/test/Programs/SingleSource/CustomChecked/oopack_v1p8.cpp:1.1 llvm/test/Programs/SingleSource/CustomChecked/oopack_v1p8.cpp:1.2
--- llvm/test/Programs/SingleSource/CustomChecked/oopack_v1p8.cpp:1.1 Wed May 14 13:40:18 2003
+++ llvm/test/Programs/SingleSource/CustomChecked/oopack_v1p8.cpp Sat Sep 20 13:53:24 2003
@@ -677,6 +677,7 @@
Benchmark * b = Benchmark::find( test_name );
if( b==NULL ) {
printf("skipping non-existent test = '%s'\n", test_name );
+ abort();
} else {
b->time_both( test_count );
}
More information about the llvm-commits
mailing list