diff options
author | Nico Burns <nico@nicoburns.com> | 2025-03-12 13:02:12 +1300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-12 00:02:12 +0000 |
commit | f527217bdc81faccbc599d7868123561c85441d5 (patch) | |
tree | ad9613497361c898de84c048fea7591ea00b90d7 /python/servo/testing_commands.py | |
parent | e4757534fe61c580615921ac8cdd4eb5a4a02e7a (diff) | |
download | servo-f527217bdc81faccbc599d7868123561c85441d5.tar.gz servo-f527217bdc81faccbc599d7868123561c85441d5.zip |
Use new stylo crate renames (#35898)
Signed-off-by: Nico Burns <nico@nicoburns.com>
Diffstat (limited to 'python/servo/testing_commands.py')
-rw-r--r-- | python/servo/testing_commands.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/testing_commands.py b/python/servo/testing_commands.py index 106bdd132d6..d78f52a4f6c 100644 --- a/python/servo/testing_commands.py +++ b/python/servo/testing_commands.py @@ -173,7 +173,7 @@ class MachCommands(CommandBase): "selectors", "servo_config", "servoshell", - "style_config", + "stylo_config", "webrender_traits", ] if not packages: |