Commit 7e55aa4e by Kaveh R. Ghazi Committed by Kaveh Ghazi

pr15551.C: Cleanup temp file.

	* g++.dg/opt/pr15551.C: Cleanup temp file.

From-SVN: r112108
parent c598a65a
2006-03-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* g++.dg/opt/pr15551.C: Cleanup temp file.
2006-03-15 Volker Reichelt <reichelt@igpm.rwth-aachen.de> 2006-03-15 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
PR c++/6634 PR c++/6634
...@@ -18,5 +18,8 @@ int main () { ...@@ -18,5 +18,8 @@ int main () {
char expList[20000]; char expList[20000];
strcpy(expList, "foo"); strcpy(expList, "foo");
delete logfile;
unlink ("bar");
return 0; return 0;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment