about summary refs log tree commit diff
path: root/third_party/git/t/t4018/java-class-member-function
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/t/t4018/java-class-member-function')
-rw-r--r--third_party/git/t/t4018/java-class-member-function8
1 files changed, 0 insertions, 8 deletions
diff --git a/third_party/git/t/t4018/java-class-member-function b/third_party/git/t/t4018/java-class-member-function
deleted file mode 100644
index 298bc7a71b29..000000000000
--- a/third_party/git/t/t4018/java-class-member-function
+++ /dev/null
@@ -1,8 +0,0 @@
-public class Beer
-{
-	int special;
-	public static void main(String RIGHT[])
-	{
-		System.out.print("ChangeMe");
-	}
-}