1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-09-03 14:10:33 +03:00

Update of testing cases for current state of OCCT

This commit is contained in:
bugmaster
2013-04-29 16:13:25 +04:00
parent ed6a9c100b
commit d18bedc711
2 changed files with 3 additions and 6 deletions

View File

@@ -2739,10 +2739,6 @@ static Standard_Integer OCC7141 (Draw_Interpretor& di, Standard_Integer argc, co
}
di << argv[0] << " : Finish" << "\n";
if( remove("TestExportStructure.step") != 0 ) {
perror( "Error deleting file" );
}
return 0;
}