Skip to content

Commit 7bda522

Browse files
committed
Use stdlib/include/assert.hrl where we need ?assert() macros only
... and not other EUnit macros. Otherwise, this adds a dependency on EUnit. Also, `eunit.hrl` defines `TEST` which might defeat some `-ifdef(TEST)` we may use.
1 parent e0e2397 commit 7bda522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbit/src/rabbit.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
-module(rabbit).
99

10-
-include_lib("eunit/include/eunit.hrl").
10+
-include_lib("stdlib/include/assert.hrl").
1111
-include_lib("kernel/include/logger.hrl").
1212
-include_lib("rabbit_common/include/logging.hrl").
1313

0 commit comments

Comments
 (0)