about summary refs log tree commit diff
path: root/third_party/git/t/t4018/custom2-match-to-end-of-line
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/t/t4018/custom2-match-to-end-of-line')
-rw-r--r--third_party/git/t/t4018/custom2-match-to-end-of-line8
1 files changed, 0 insertions, 8 deletions
diff --git a/third_party/git/t/t4018/custom2-match-to-end-of-line b/third_party/git/t/t4018/custom2-match-to-end-of-line
deleted file mode 100644
index f88ac318b7..0000000000
--- a/third_party/git/t/t4018/custom2-match-to-end-of-line
+++ /dev/null
@@ -1,8 +0,0 @@
-public class RIGHT_Beer
-{
-	int special;
-	public static void main(String args[])
-	{
-		System.out.print("ChangeMe");
-	}
-}