Skip to content

Commit 488ece7

Browse files
committed
fixup! Explicitly enable maybe expr for older erlangs
1 parent c8040e9 commit 488ece7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

deps/rabbitmq_stomp/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ eunit(
107107
":test_src_rabbit_stomp_client_beam",
108108
":test_src_rabbit_stomp_publish_test_beam",
109109
],
110+
erl_extra_args = [ENABLE_FEATURE_MAYBE_EXPR],
110111
target = ":test_erlang_app",
111112
)
112113

0 commit comments

Comments
 (0)