From 771e51c5c5dbdca5e0e1e632f0cba1e351e2ac50 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Fri, 8 Nov 2019 09:37:31 -0800 Subject: [PATCH] Fix the exclude path for wasi-misc-tests. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 453576f3bc..4fc28b47b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ members = [ "crates/misc/py", ] -exclude = ["wasi-common/wasi-misc-tests"] +exclude = ["crates/wasi-common/wasi-misc-tests"] [features] # Enable all supported architectures by default.