diff options
Diffstat (limited to 'third_party/git/t/t4018/fortran-module-procedure')
-rw-r--r-- | third_party/git/t/t4018/fortran-module-procedure | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/third_party/git/t/t4018/fortran-module-procedure b/third_party/git/t/t4018/fortran-module-procedure deleted file mode 100644 index 1ce6d854c22b..000000000000 --- a/third_party/git/t/t4018/fortran-module-procedure +++ /dev/null @@ -1,13 +0,0 @@ - module RIGHT - - implicit none - private - - interface letters ! generic interface - module procedure aaaa, & - bbbb, & - ChangeMe, & - dddd - end interface - -end module RIGHT |