diff options
Diffstat (limited to 'third_party/git/t/t4018/elixir-module')
-rw-r--r-- | third_party/git/t/t4018/elixir-module | 9 |
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 91a4e7aa2000..000000000000 --- 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 |