| Index: tools/run-tests.py
|
| diff --git a/tools/run-tests.py b/tools/run-tests.py
|
| index 71a2cda0e952d26615f01058c4cf5554a7c7e134..613e21a112281777cc05588fa844f006f993dd53 100755
|
| --- a/tools/run-tests.py
|
| +++ b/tools/run-tests.py
|
| @@ -71,6 +71,7 @@ TEST_MAP = {
|
| "preparser",
|
| "intl",
|
| "unittests",
|
| + "inspector_protocol_parser_test",
|
| ],
|
| # This needs to stay in sync with test/default.isolate.
|
| "default": [
|
| @@ -81,6 +82,7 @@ TEST_MAP = {
|
| "preparser",
|
| "intl",
|
| "unittests",
|
| + "inspector_protocol_parser_test",
|
| ],
|
| # This needs to stay in sync with test/ignition.isolate.
|
| "ignition": [
|
|
|