Skip to content

Commit 670ee0a

Browse files
committed
Make it public
1 parent 4f7d0bf commit 670ee0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/mix/test/test_helper.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,11 +221,11 @@ defmodule MixTest.Case do
221221
File.write!(file, File.read!(file) <> "\n")
222222
end
223223

224-
defp mix_executable do
224+
def mix_executable do
225225
Path.expand("../../../bin/mix", __DIR__)
226226
end
227227

228-
defp elixir_executable do
228+
def elixir_executable do
229229
Path.expand("../../../bin/elixir", __DIR__)
230230
end
231231

0 commit comments

Comments
 (0)