Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(305)

Unified Diff: ppapi/tests/test_instance_deprecated.cc

Issue 8536031: Reland http://codereview.chromium.org/8477015 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge AGAIN Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/tests/test_instance_deprecated.h ('k') | ppapi/tests/test_memory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/tests/test_instance_deprecated.cc
diff --git a/ppapi/tests/test_instance_deprecated.cc b/ppapi/tests/test_instance_deprecated.cc
index 9ff1e7e7e58eb9f5604750b7e61050056f963a88..a62f20251b790d178818576a4d382b2a0f0727c3 100644
--- a/ppapi/tests/test_instance_deprecated.cc
+++ b/ppapi/tests/test_instance_deprecated.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -77,8 +77,8 @@ bool TestInstance::Init() {
return true;
}
-void TestInstance::RunTest() {
- RUN_TEST(ExecuteScript);
+void TestInstance::RunTests(const std::string& filter) {
+ RUN_TEST(ExecuteScript, filter);
}
pp::deprecated::ScriptableObject* TestInstance::CreateTestObject() {
« no previous file with comments | « ppapi/tests/test_instance_deprecated.h ('k') | ppapi/tests/test_memory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698