Skip to content

Commit e2463a5

Browse files
committed
Limit the list of attributes we consider reserved
1 parent a825f5a commit e2463a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ex_unit/lib/ex_unit/callbacks.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ defmodule ExUnit.Callbacks do
146146

147147
## Helpers
148148

149-
@reserved ~w(case test line file capture_log skip timeout report async)a
149+
@reserved ~w(case test line file)a
150150

151151
@doc false
152152
def __merge__(_mod, context, :ok) do

0 commit comments

Comments
 (0)