From 7d4bdb0f29db7b52fca0e134d7330a711c182139 Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jackpot51@gmail.com> Date: Sun, 25 Jun 2017 20:17:02 -0600 Subject: [PATCH] Revert "Add test to sysroot" This reverts commit 8fd5e328c2e28ed0ddf5df49723103845d72bcc4. --- Xargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Xargo.toml b/Xargo.toml index e816fa4ff..4bb0924c7 100644 --- a/Xargo.toml +++ b/Xargo.toml @@ -1,6 +1,6 @@ [dependencies.std] features = ["panic_unwind"] -[dependencies.test] -stage = 1 +#[dependencies.test] +#stage = 1 -- GitLab