diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2019-06-27 17:03:19 +0200 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2019-07-04 18:16:44 +0200 |
commit | 2b01c26aa58af7ff8f5ee1c17d8294ed4dad8620 (patch) | |
tree | f1e32f4e55c5afa84e7c37f19a967b9306c2c681 /python/servo/testing_commands.py | |
parent | c1e9347deee854bf8cee5c1837c6c96078824a3b (diff) | |
download | servo-2b01c26aa58af7ff8f5ee1c17d8294ed4dad8620.tar.gz servo-2b01c26aa58af7ff8f5ee1c17d8294ed4dad8620.zip |
Add `./mach build --with-layout-2020`
… with corresponding `layout` and `layout_thread` crates,
which for now do nothing.
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 d1880f6385e..57676377a7c 100644 --- a/python/servo/testing_commands.py +++ b/python/servo/testing_commands.py @@ -248,7 +248,7 @@ class MachCommands(CommandBase): self_contained_tests = [ "background_hang_monitor", "gfx", - "layout", + "layout_2013", "msg", "net", "net_traits", |