diff options
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 ef5d59c0d3d..9e20fab1c79 100644 --- a/python/servo/testing_commands.py +++ b/python/servo/testing_commands.py @@ -666,7 +666,7 @@ def check_css_properties_json(topdir): os.remove(filename) subprocess.check_call([ sys.executable, - path.join(topdir, "components", "style", "build_properties_rs.py"), + path.join(topdir, "components", "style", "properties", "build.py"), "servo", "html", ]) |