| Index: mojo/public/tools/bindings/pylib/mojom/generate/run_tests.py
|
| diff --git a/mojo/public/tools/bindings/pylib/mojom/generate/run_tests.py b/mojo/public/tools/bindings/pylib/mojom/generate/run_tests.py
|
| index b4391195ba00b661fc8ef283e50471ca58dd696e..3ed50a96a4f7213cb04930cde7283d52959b5601 100755
|
| --- a/mojo/public/tools/bindings/pylib/mojom/generate/run_tests.py
|
| +++ b/mojo/public/tools/bindings/pylib/mojom/generate/run_tests.py
|
| @@ -23,7 +23,6 @@ def TestMojom(testname, args):
|
| def main(args):
|
| errors = 0
|
| errors += TestMojom('module_tests.py', ['--test'])
|
| - errors += TestMojom('pack_tests.py', ['--test'])
|
|
|
| if errors:
|
| print '\nFailed tests.'
|
|
|