aboutsummaryrefslogtreecommitdiff
path: root/test/example_packages/hello_complex/source/subdir/constants.f90
diff options
context:
space:
mode:
Diffstat (limited to 'test/example_packages/hello_complex/source/subdir/constants.f90')
-rw-r--r--test/example_packages/hello_complex/source/subdir/constants.f907
1 files changed, 0 insertions, 7 deletions
diff --git a/test/example_packages/hello_complex/source/subdir/constants.f90 b/test/example_packages/hello_complex/source/subdir/constants.f90
deleted file mode 100644
index 59d6e5f..0000000
--- a/test/example_packages/hello_complex/source/subdir/constants.f90
+++ /dev/null
@@ -1,7 +0,0 @@
-module subdir_constants
-implicit none
-
-character(*), parameter :: GREET_STR = 'Hello, '
-character(*), parameter :: FAREWELL_STR = 'Goodbye, '
-
-end module subdir_constants