Chromium Code Reviews| Index: trunk/platform_tools/nacl/tests/tests.nmf |
| =================================================================== |
| --- trunk/platform_tools/nacl/tests/tests.nmf (revision 8976) |
| +++ trunk/platform_tools/nacl/tests/tests.nmf (working copy) |
| @@ -1,6 +1,6 @@ |
| { |
| "program": { |
| - "x86-64": {"url": "../out/nacl64/Debug/tests"}, |
| - "x86-32": {"url": "../out/nacl32/Debug/tests"} |
| + "x86-64": {"url": "../../out/nacl64/Debug/tests"}, |
| + "x86-32": {"url": "../../out/nacl32/Debug/tests"} |
| } |
| } |