Skip to content

Commit

Permalink
Kill TestLibEventServer
Browse files Browse the repository at this point in the history
Summary: We killed the libevent server a while ago

Reviewed By: mxw

Differential Revision: D2923800

fb-gh-sync-id: 1ee190dfa588b02e33ffbb8e406f607b4147b270
shipit-source-id: 1ee190dfa588b02e33ffbb8e406f607b4147b270
  • Loading branch information
alexmalyshev authored and hhvm-bot committed Feb 11, 2016
1 parent 5fa7f6a commit 12e9c50
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions hphp/test/ext/test_all.cpp
Expand Up @@ -29,10 +29,6 @@ void Test::RunTestsImpl(bool &allPassed, std::string &suite,
std::string &which, std::string &set) {
// individual test suites
s_suite = suite;
if (suite == "TestLibEventServer") {
RUN_TESTSUITE(TestLibEventServer);
return;
}

// set based tests with many suites
if (set == "TestUnit") {
Expand Down
4 changes: 0 additions & 4 deletions hphp/test/ext/test_server.h
Expand Up @@ -95,10 +95,6 @@ struct TestServer : TestCodeRun {
const std::string m_serverType;
};

struct TestLibEventServer : TestServer {
TestLibEventServer() : TestServer("proxygen") {}
};

///////////////////////////////////////////////////////////////////////////////
// macros

Expand Down

0 comments on commit 12e9c50

Please sign in to comment.