summaryrefslogtreecommitdiffstats
path: root/Tests/Fortran/test_module_implementation.f90
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Fortran/test_module_implementation.f90')
-rw-r--r--Tests/Fortran/test_module_implementation.f906
1 files changed, 0 insertions, 6 deletions
diff --git a/Tests/Fortran/test_module_implementation.f90 b/Tests/Fortran/test_module_implementation.f90
deleted file mode 100644
index de3cb57..0000000
--- a/Tests/Fortran/test_module_implementation.f90
+++ /dev/null
@@ -1,6 +0,0 @@
-FUNCTION TEST_MODULE_FUNCTION(A,B)
- REAL :: TEST_MODULE_FUNCTION
- REAL, INTENT(IN) :: A
- REAL, INTENT(IN) :: B
- TEST_MODULE_FUNCTION = A + B
-END FUNCTION TEST_MODULE_FUNCTION