From e7c412e7cae750c0eeb6374e14bbf8442eb2cacd Mon Sep 17 00:00:00 2001 From: Samson <16504129+sagudev@users.noreply.github.com> Date: Wed, 6 Dec 2023 11:45:56 +0100 Subject: [PATCH] Remove clean_rmeta from crown test (#30829) it causes rebuilds in unit tests --- support/crown/tests/compile_test.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/support/crown/tests/compile_test.rs b/support/crown/tests/compile_test.rs index 604fcf1d876..32f8d6c42fd 100644 --- a/support/crown/tests/compile_test.rs +++ b/support/crown/tests/compile_test.rs @@ -34,7 +34,6 @@ fn run_mode(mode: &'static str, bless: bool) { )); // Does not work reliably: https://github.com/servo/servo/pull/30508#issuecomment-1834542203 //config.link_deps(); - config.clean_rmeta(); config.strict_headers = true; compiletest::run_tests(&config);