| Index: ppapi/tests/testing_instance.cc
|
| diff --git a/ppapi/tests/testing_instance.cc b/ppapi/tests/testing_instance.cc
|
| index ca82b5ce40fb9014949a2509c4ed11e416f5be34..1cb1e28bffc87e8f409787a117b78f65a7356402 100644
|
| --- a/ppapi/tests/testing_instance.cc
|
| +++ b/ppapi/tests/testing_instance.cc
|
| @@ -112,6 +112,7 @@ void TestingInstance::ExecuteTests(int32_t unused) {
|
| LogError("Plugin initialization failed: " + errors_);
|
| } else if (!current_case_) {
|
| LogAvailableTests();
|
| + errors_.append("FAIL: Only listed tests");
|
| } else {
|
| current_case_->RunTest();
|
| }
|
|
|