Index: ppapi/native_client/tests/ppapi_browser/ppb_dev/ppapi_ppb_dev.cc |
diff --git a/ppapi/native_client/tests/ppapi_browser/ppb_dev/ppapi_ppb_dev.cc b/ppapi/native_client/tests/ppapi_browser/ppb_dev/ppapi_ppb_dev.cc |
index 964b1f367e4cbe1a0ff315c055f19b7764cc3d89..6cbd90702f1ccae5794ac7bc5c1c282f9b5c2577 100644 |
--- a/ppapi/native_client/tests/ppapi_browser/ppb_dev/ppapi_ppb_dev.cc |
+++ b/ppapi/native_client/tests/ppapi_browser/ppb_dev/ppapi_ppb_dev.cc |
@@ -12,12 +12,11 @@ |
#include "native_client/src/shared/ppapi_proxy/plugin_nacl_file.h" |
#include "native_client/tests/ppapi_test_lib/get_browser_interface.h" |
#include "native_client/tests/ppapi_test_lib/test_interface.h" |
+#include "ppapi/c/dev/ppb_zoom_dev.h" |
#include "ppapi/c/pp_bool.h" |
#include "ppapi/c/pp_errors.h" |
#include "ppapi/c/ppb_core.h" |
-#include "ppapi/c/dev/ppb_cursor_control_dev.h" |
- |
namespace { |
//////////////////////////////////////////////////////////////////////////////// |
@@ -25,11 +24,7 @@ namespace { |
//////////////////////////////////////////////////////////////////////////////// |
void TestGetDevInterfaces() { |
- // This test is run as a simple embedded .nexe with --enable-nacl. It should |
- // have access to all dev interfaces. Only test one to make the test more |
- // robust as interfaces change. |
- EXPECT(GetBrowserInterface(PPB_CURSOR_CONTROL_DEV_INTERFACE) != NULL); |
- |
+ // TODO(brettw) remove this test. |
TEST_PASSED; |
} |