diff options
author | hubbe@chromium.org <hubbe@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-01 11:01:43 +0000 |
---|---|---|
committer | hubbe@chromium.org <hubbe@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-01 11:01:43 +0000 |
commit | bbbc5ed9a8101520f261cf4ac9970d51f31db560 (patch) | |
tree | 1a67ed8498e0f3c612b7a3e32265db5604ef83b5 /content/test | |
parent | 358b31dc3ab1dd0da65a041fb346e6cfee48d613 (diff) | |
download | chromium_src-bbbc5ed9a8101520f261cf4ac9970d51f31db560.zip chromium_src-bbbc5ed9a8101520f261cf4ac9970d51f31db560.tar.gz chromium_src-bbbc5ed9a8101520f261cf4ac9970d51f31db560.tar.bz2 |
Fixing gpu_ipc_browsertests.cc
(Turns out they were not running before.)
Review URL: https://chromiumcodereview.appspot.com/17904008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209404 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/test')
-rw-r--r-- | content/test/content_browser_test.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content/test/content_browser_test.cc b/content/test/content_browser_test.cc index 1c6f798..a6d76330 100644 --- a/content/test/content_browser_test.cc +++ b/content/test/content_browser_test.cc @@ -122,6 +122,8 @@ void ContentBrowserTest::RunTestOnMainThreadLoop() { SetUpOnMainThread(); RunTestOnMainThread(); + + TearDownOnMainThread(); #if defined(OS_MACOSX) pool.Recycle(); #endif |