Chromium Code Reviews| Index: testing/legion/examples/events/controller.isolate |
| diff --git a/testing/legion/examples/http_example/http_test.isolate b/testing/legion/examples/events/controller.isolate |
| similarity index 87% |
| copy from testing/legion/examples/http_example/http_test.isolate |
| copy to testing/legion/examples/events/controller.isolate |
| index 605551bf0740989d6b2d51ab5be8aa386bc6a52b..331058c71fbf134c0775ddf4296f3bd1059b368f 100644 |
| --- a/testing/legion/examples/http_example/http_test.isolate |
| +++ b/testing/legion/examples/events/controller.isolate |
| @@ -9,10 +9,10 @@ |
| 'variables': { |
| 'command': [ |
| 'python', |
| - 'http_test.py', |
| + 'controller.py', |
| ], |
| 'files': [ |
| - 'http_test.py', |
| + 'controller.py', |
| ], |
| }, |
| } |