From 8fd5e328c2e28ed0ddf5df49723103845d72bcc4 Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jackpot51@gmail.com> Date: Sun, 25 Jun 2017 20:04:44 -0600 Subject: [PATCH] Add test to sysroot --- Xargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Xargo.toml b/Xargo.toml index 4bb0924..e816fa4 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