[llvm-commits] [test-suite] r58163 - /test-suite/trunk/MultiSource/Benchmarks/McCat/08-main/main.c

Dan Gohman gohman at apple.com
Sat Oct 25 16:05:09 PDT 2008


Author: djg
Date: Sat Oct 25 18:05:09 2008
New Revision: 58163

URL: http://llvm.org/viewvc/llvm-project?rev=58163&view=rev
Log:
Return 0 on success.

Modified:
    test-suite/trunk/MultiSource/Benchmarks/McCat/08-main/main.c

Modified: test-suite/trunk/MultiSource/Benchmarks/McCat/08-main/main.c
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/McCat/08-main/main.c?rev=58163&r1=58162&r2=58163&view=diff

==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/McCat/08-main/main.c (original)
+++ test-suite/trunk/MultiSource/Benchmarks/McCat/08-main/main.c Sat Oct 25 18:05:09 2008
@@ -129,5 +129,5 @@
 
   Draw_All(o);
   
-  return 1;
+  return 0;
 }





More information about the llvm-commits mailing list