aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/testing_commands.py
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2019-06-27 17:03:19 +0200
committerSimon Sapin <simon.sapin@exyr.org>2019-07-04 18:16:44 +0200
commit2b01c26aa58af7ff8f5ee1c17d8294ed4dad8620 (patch)
treef1e32f4e55c5afa84e7c37f19a967b9306c2c681 /python/servo/testing_commands.py
parentc1e9347deee854bf8cee5c1837c6c96078824a3b (diff)
downloadservo-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.py2
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",