diff options
Diffstat (limited to 'ppapi/tests/test_case.cc')
-rw-r--r-- | ppapi/tests/test_case.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/tests/test_case.cc b/ppapi/tests/test_case.cc index 0100ded..26f6d40 100644 --- a/ppapi/tests/test_case.cc +++ b/ppapi/tests/test_case.cc @@ -12,7 +12,7 @@ TestCase::TestCase(TestingInstance* instance) : instance_(instance), testing_interface_(NULL), - force_async_(false) { + callback_type_(PP_REQUIRED) { // Get the testing_interface_ if it is available, so that we can do Resource // and Var checks on shutdown (see CheckResourcesAndVars). If it is not // available, testing_interface_ will be NULL. Some tests do not require it. |