From 25a5065edde592aa672bc92d2a958b51a3b342ae Mon Sep 17 00:00:00 2001 From: martinsumner Date: Fri, 23 Jun 2017 14:56:32 +0100 Subject: [PATCH] Re-introduce test (again) --- test/end_to_end/tictac_SUITE.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/end_to_end/tictac_SUITE.erl b/test/end_to_end/tictac_SUITE.erl index 7dc4ba1..fc5e99b 100644 --- a/test/end_to_end/tictac_SUITE.erl +++ b/test/end_to_end/tictac_SUITE.erl @@ -8,7 +8,7 @@ ]). all() -> [ - % many_put_compare, + many_put_compare, index_compare ].