about summary refs log tree commit diff
path: root/third_party/git/t/t4018/elixir-module
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/t/t4018/elixir-module')
-rw-r--r--third_party/git/t/t4018/elixir-module9
1 files changed, 0 insertions, 9 deletions
diff --git a/third_party/git/t/t4018/elixir-module b/third_party/git/t/t4018/elixir-module
deleted file mode 100644
index 91a4e7aa20..0000000000
--- a/third_party/git/t/t4018/elixir-module
+++ /dev/null
@@ -1,9 +0,0 @@
-defmodule RIGHT do
-  @moduledoc """
-  Foo bar
-  """
-
-  def ChangeMe(a) where is_map(a) do
-    a
-  end
-end