diff options
Diffstat (limited to 'test/example_packages/auto_discovery_off/app/main.f90')
-rw-r--r-- | test/example_packages/auto_discovery_off/app/main.f90 | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/example_packages/auto_discovery_off/app/main.f90 b/test/example_packages/auto_discovery_off/app/main.f90 deleted file mode 100644 index 8902dc6..0000000 --- a/test/example_packages/auto_discovery_off/app/main.f90 +++ /dev/null @@ -1,6 +0,0 @@ -program main -implicit none - -print *, "This program should run." - -end program main |