| Index: ppapi/proxy/ppb_var_unittest.cc
|
| diff --git a/ppapi/proxy/ppb_var_unittest.cc b/ppapi/proxy/ppb_var_unittest.cc
|
| index bf6147d89a59e27a02e0f5200cfbe412826923c0..0ed0f4765e5eeacb02dcc9eb966f545d912a151e 100644
|
| --- a/ppapi/proxy/ppb_var_unittest.cc
|
| +++ b/ppapi/proxy/ppb_var_unittest.cc
|
| @@ -164,11 +164,7 @@ class RemoveRefVarThreadDelegate : public base::PlatformThread::Delegate {
|
|
|
| } // namespace
|
|
|
| -#ifdef ENABLE_PEPPER_THREADING
|
| TEST_F(PPB_VarTest, Threads) {
|
| -#else
|
| -TEST_F(PPB_VarTest, DISABLED_Threads) {
|
| -#endif
|
| std::vector<base::PlatformThreadHandle> create_var_threads(kNumThreads);
|
| std::vector<CreateVarThreadDelegate> create_var_delegates;
|
| // The strings that the threads will re-extract from Vars (so we can check
|
|
|