From 37f45ee56d52b31c662ea6e0893206ed3fabf8fb Mon Sep 17 00:00:00 2001 From: Michael Lee Date: Fri, 28 Aug 2015 12:24:32 -0700 Subject: [PATCH] Mass Revert to cdb635a MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Reviewed By: @​sarals, @siyengar, @​dpittman, @​alephbax --- folly/test/Makefile.am | 5 ----- 1 file changed, 5 deletions(-) diff --git a/folly/test/Makefile.am b/folly/test/Makefile.am index f2af913b..f144a7a1 100644 --- a/folly/test/Makefile.am +++ b/folly/test/Makefile.am @@ -182,11 +182,6 @@ spooky_hash_v2_test_SOURCES = SpookyHashV2Test.cpp spooky_hash_v2_test_LDADD = libgtestmain.la $(top_builddir)/libfolly.la $(top_builddir)/libfollybenchmark.la TESTS += spooky_hash_v2_test -token_bucket_test_SOURCES = TokenBucketTest.cpp -token_bucket_test_LDADD = libgtest.la $(top_builddir)/libfolly.la $(top_builddir)/libfollybenchmark.la -TESTS += token_bucket_test - - futures_test_SOURCES = \ ../futures/test/CollectTest.cpp \ ../futures/test/ContextTest.cpp \ -- 2.34.1