Skip to content

Commit

Permalink
Fixed cluster mgr sup tests so they compile and run.
Browse files Browse the repository at this point in the history
  • Loading branch information
lordnull committed Mar 10, 2014
1 parent 779b698 commit 2a8d464
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/riak_core_cluster_mgr_sup_tests.erl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-module(riak_core_cluster_mgr_sup_tests).
-compile(export_all).
-ifdef(EQC).
-include_lib("riak_core/include/riak_core_connection.hrl").
-ifdef(TEST).
-include("riak_core_connection.hrl").
-include_lib("eunit/include/eunit.hrl").

murdering_test_() ->
Expand Down

0 comments on commit 2a8d464

Please sign in to comment.