diff options
author | Moonchild <moonchild@palemoon.org> | 2020-09-24 08:06:05 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-09-24 08:10:23 +0000 |
commit | 4a42352e6418b69e600422fc516ad1e74c708fa9 (patch) | |
tree | 579cf7c1c38df6a6a7fde0ade0e2ffc46b641423 /testing | |
parent | 0c3bd2b10aa0e56ce5d950d90a1fe6ca11a0639a (diff) | |
download | uxp-4a42352e6418b69e600422fc516ad1e74c708fa9.tar.gz |
Issue #1656 - Part 8: Devtools and misc.
Diffstat (limited to 'testing')
-rw-r--r-- | testing/talos/talos/mainthreadio.py | 1 | ||||
-rw-r--r-- | testing/talos/talos/tests/dromaeo/JSON.php | 1 | ||||
-rw-r--r-- | testing/talos/talos/whitelist.py | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/testing/talos/talos/mainthreadio.py b/testing/talos/talos/mainthreadio.py index 3288876288..112aaace36 100644 --- a/testing/talos/talos/mainthreadio.py +++ b/testing/talos/talos/mainthreadio.py @@ -1,5 +1,4 @@ # -*- Mode: python; tab-width: 8; indent-tabs-mode: nil -*- -# vim: set ts=8 sts=4 et sw=4 tw=80: # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/testing/talos/talos/tests/dromaeo/JSON.php b/testing/talos/talos/tests/dromaeo/JSON.php index 8283e7ef77..615b03226b 100644 --- a/testing/talos/talos/tests/dromaeo/JSON.php +++ b/testing/talos/talos/tests/dromaeo/JSON.php @@ -1,5 +1,4 @@ <?php -/* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */ /** * Converts to and from JSON format. diff --git a/testing/talos/talos/whitelist.py b/testing/talos/talos/whitelist.py index 9ed09fff6b..1e4c4117eb 100644 --- a/testing/talos/talos/whitelist.py +++ b/testing/talos/talos/whitelist.py @@ -1,5 +1,4 @@ # -*- Mode: python; tab-width: 8; indent-tabs-mode: nil -*- -# vim: set ts=8 sts=4 et sw=4 tw=80: # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. |