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>
_______________________________________________
llvm-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits