Remove fwddecl files; RUN: often fails.

This commit is contained in:
Axel Naumann 2020-08-11 12:11:42 +02:00 committed by jenkins
parent cf7aa69c52
commit 68ede76505

View File

@ -66,6 +66,7 @@ for (int i = 0; i < 1 /*includePaths.size()*/; ++i) { // We know STL is first.
printf("fail: %s\n", (nestedCling + sourceCode).c_str());
//printf("%s\n", ent->d_name);
else puts("pass\n");
unlink(fwdDeclFile.c_str());
}
}
closedir(dir);