diff options
author | Kagami Sascha Rosylight <saschanaz@outlook.com> | 2019-07-11 13:16:10 +0900 |
---|---|---|
committer | Kagami Sascha Rosylight <saschanaz@outlook.com> | 2019-07-12 12:14:06 +0900 |
commit | 56f31c85ef9cc79140f375641302310c6680ded4 (patch) | |
tree | fc0616a5f5d1df4434e9974e5bc62db2389ffcef /components/script/dom/bindings/codegen/parser/runtests.py | |
parent | 5fdc7c0d2c787ef562809072e3dd7c3258dc8a83 (diff) | |
download | servo-56f31c85ef9cc79140f375641302310c6680ded4.tar.gz servo-56f31c85ef9cc79140f375641302310c6680ded4.zip |
Sync WebIDL.py with gecko
Diffstat (limited to 'components/script/dom/bindings/codegen/parser/runtests.py')
-rw-r--r-- | components/script/dom/bindings/codegen/parser/runtests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/bindings/codegen/parser/runtests.py b/components/script/dom/bindings/codegen/parser/runtests.py index 10dbc3292f7..0599bf55fec 100644 --- a/components/script/dom/bindings/codegen/parser/runtests.py +++ b/components/script/dom/bindings/codegen/parser/runtests.py @@ -62,7 +62,7 @@ def run_tests(tests, verbose): harness.start() try: _test.WebIDLTest.__call__(WebIDL.Parser(), harness) - except Exception, ex: + except Exception as ex: print("TEST-UNEXPECTED-FAIL | Unhandled exception in test %s: %s" % (testpath, ex)) traceback.print_exc() finally: |