Increase the file name size so that some long file names won't cause a failure.

llvm-svn: 154464
diff --git a/MultiSource/Benchmarks/MallocBench/gs/gs.c b/MultiSource/Benchmarks/MallocBench/gs/gs.c
index 04cd3f9..475451f 100644
--- a/MultiSource/Benchmarks/MallocBench/gs/gs.c
+++ b/MultiSource/Benchmarks/MallocBench/gs/gs.c
@@ -197,7 +197,7 @@
 /* Process file names */
 void
 argproc(char *arg, int index)
-{	char line[200];
+{	char line[256];
 	int code;
 	/* Finish initialization */
 	init2();