diff options
Diffstat (limited to 'ppapi/proxy/ppb_var_unittest.cc')
-rw-r--r-- | ppapi/proxy/ppb_var_unittest.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ppapi/proxy/ppb_var_unittest.cc b/ppapi/proxy/ppb_var_unittest.cc index bf6147d..0ed0f47 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 |