about summary refs log tree commit diff
path: root/third_party/git/t/t4018/fortran-comment-keyword
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/t/t4018/fortran-comment-keyword')
-rw-r--r--third_party/git/t/t4018/fortran-comment-keyword14
1 files changed, 0 insertions, 14 deletions
diff --git a/third_party/git/t/t4018/fortran-comment-keyword b/third_party/git/t/t4018/fortran-comment-keyword
deleted file mode 100644
index e9206a53799d..000000000000
--- a/third_party/git/t/t4018/fortran-comment-keyword
+++ /dev/null
@@ -1,14 +0,0 @@
-      module a
-
-      contains
-
-      subroutine RIGHT (funcA, funcB)
-
-      real funcA  ! grid function a
-      real funcB  ! grid function b
-
-      real ChangeMe
-
-      end subroutine RIGHT
-
-      end module a