[llvm-commits] [test-suite] r58754 - /test-suite/trunk/MultiSource/Benchmarks/MiBench/automotive-susan/susan.c

Bill Wendling isanbard at gmail.com
Tue Nov 4 23:19:23 PST 2008


Author: void
Date: Wed Nov  5 01:19:23 2008
New Revision: 58754

URL: http://llvm.org/viewvc/llvm-project?rev=58754&view=rev
Log:
Fix test. The main function should return 0 to indicate a successful execution.

Modified:
    test-suite/trunk/MultiSource/Benchmarks/MiBench/automotive-susan/susan.c

Modified: test-suite/trunk/MultiSource/Benchmarks/MiBench/automotive-susan/susan.c
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/MiBench/automotive-susan/susan.c?rev=58754&r1=58753&r2=58754&view=diff

==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/MiBench/automotive-susan/susan.c (original)
+++ test-suite/trunk/MultiSource/Benchmarks/MiBench/automotive-susan/susan.c Wed Nov  5 01:19:23 2008
@@ -2119,6 +2119,7 @@
 /* }}} */
 
   put_image(argv[2],in,x_size,y_size);
+  return 0;
 }
 
 /* }}} */





More information about the llvm-commits mailing list