There was an error while loading. Please reload this page.
1 parent 3d6071d commit 0134a8fCopy full SHA for 0134a8f
lib/elixir/test/elixir/exception_test.exs
@@ -91,7 +91,7 @@ defmodule Kernel.ExceptionTest do
91
stacktrace =
92
try do
93
raise "a"
94
- rescue _ ->
+ rescue _ ->
95
[top|_] = System.stacktrace
96
top
97
end
0 commit comments