Skip to content

Commit

Permalink
Removing un-needed main function that runs doc test.
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaxmonsky committed Aug 7, 2023
1 parent b46f042 commit 85d5e50
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions scripts/fortran_tools/parse_fortran.py
Original file line number Diff line number Diff line change
Expand Up @@ -832,15 +832,3 @@ def parse_fortran_var_decl(line, source, run_env):
########################################################################

########################################################################

if __name__ == "__main__":
# pylint: disable=ungrouped-imports
import doctest
# pylint: enable=ungrouped-imports
from framework_env import CCPPFrameworkEnv
_DUMMY_RUN_ENV = CCPPFrameworkEnv(None, ndict={'host_files':'',
'scheme_files':'',
'suites':''})
fail, _ = doctest.testmod()
sys.exit(fail)
# end if

0 comments on commit 85d5e50

Please sign in to comment.