diff options
Diffstat (limited to 'chrome_frame/test/test_server_test.cc')
-rw-r--r-- | chrome_frame/test/test_server_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/test/test_server_test.cc b/chrome_frame/test/test_server_test.cc index 902eb0c..bd5c0c3 100644 --- a/chrome_frame/test/test_server_test.cc +++ b/chrome_frame/test/test_server_test.cc @@ -147,7 +147,7 @@ void QuitMessageLoop(QuitMessageHit* msg) { } // end namespace -TEST_F(TestServerTest, DISABLED_TestServer) { +TEST_F(TestServerTest, TestServer) { // The web server needs a loop to exist on this thread during construction // the loop must be created before we construct the server. MessageLoopForUI loop; |