mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: fix/correct some tests. Remove useless tests
This commit is contained in:
@ -74,6 +74,9 @@ int main(void)
|
||||
Info.operator Foam::OSstream&() << "stop" << endl;
|
||||
|
||||
static_cast<OSstream&>(Info) << "\nEnd\n" << nl;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
Reference in New Issue
Block a user