[llvm-commits] [test-suite] r47011 - /test-suite/trunk/MultiSource/Benchmarks/Prolangs-C/plot2fig/plot.c

Lauro Ramos Venancio lauro.venancio at gmail.com
Tue Feb 12 10:16:25 PST 2008


Author: laurov
Date: Tue Feb 12 12:16:07 2008
New Revision: 47011

URL: http://llvm.org/viewvc/llvm-project?rev=47011&view=rev
Log:
Fix test case.


Modified:
    test-suite/trunk/MultiSource/Benchmarks/Prolangs-C/plot2fig/plot.c

Modified: test-suite/trunk/MultiSource/Benchmarks/Prolangs-C/plot2fig/plot.c
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/Prolangs-C/plot2fig/plot.c?rev=47011&r1=47010&r2=47011&view=diff

==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/Prolangs-C/plot2fig/plot.c (original)
+++ test-suite/trunk/MultiSource/Benchmarks/Prolangs-C/plot2fig/plot.c Tue Feb 12 12:16:07 2008
@@ -21,7 +21,7 @@
    to draw the graphics. */
 
 #include <stdio.h>
-#include "/usr/include/stdlib.h"
+#include <stdlib.h>
 #include <ctype.h>
 #ifdef sequent
 #include <strings.h>





More information about the llvm-commits mailing list