remove test.dat file

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6746 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2004-11-16 05:25:17 +00:00
commit 60694088fa

View file

@ -10,9 +10,6 @@
}
int nfile_name(const char *filename) {
FILE *file = fopen(filename,"w");
nfile(file);
fclose(file);
return 0;
}