diff options
Diffstat (limited to 'Tests/Fortran/Library/a.f90')
-rw-r--r-- | Tests/Fortran/Library/a.f90 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Tests/Fortran/Library/a.f90 b/Tests/Fortran/Library/a.f90 deleted file mode 100644 index 3031c07..0000000 --- a/Tests/Fortran/Library/a.f90 +++ /dev/null @@ -1,3 +0,0 @@ -MODULE libraryModuleA - USE libraryModuleB -END MODULE |