Index: ppapi/native_client/tests/ppapi_tests/test_case.nmf |
=================================================================== |
--- ppapi/native_client/tests/ppapi_tests/test_case.nmf (revision 110336) |
+++ ppapi/native_client/tests/ppapi_tests/test_case.nmf (working copy) |
@@ -1,7 +1,7 @@ |
{ |
"program": { |
- "x86-64": {"url": "ppapi_tests_x86-64.nexe"}, |
- "x86-32": {"url": "ppapi_tests_x86-32.nexe"}, |
- "arm": {"url": "ppapi_tests_arm.nexe"} |
+ "x86-64": {"url": "ppapi_nacl_tests_newlib_x64.nexe"}, |
+ "x86-32": {"url": "ppapi_nacl_tests_newlib_x32.nexe"}, |
+ "arm": {"url": "ppapi_nacl_tests_newlib_arm.nexe"} |
} |
} |