From 2b01c26aa58af7ff8f5ee1c17d8294ed4dad8620 Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Thu, 27 Jun 2019 17:03:19 +0200 Subject: Add `./mach build --with-layout-2020` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit … with corresponding `layout` and `layout_thread` crates, which for now do nothing. --- python/servo/testing_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/servo/testing_commands.py') 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", -- cgit v1.2.3