diff --git a/Cargo.toml b/Cargo.toml index e41611b4d..7b26cd8c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,31 +10,6 @@ license = "MPL-2.0" [build-dependencies] cmake = "0.1" -[[test]] -name = "callback" -[[test]] -name = "capture_stack" -[[test]] -name = "custom_auto_rooter" -[[test]] -name = "custom_auto_rooter_macro" -[[test]] -name = "enumerate" -[[test]] -name = "evaluate" -[[test]] -name = "panic" -[[test]] -name = "rooting" -[[test]] -name = "runtime" -[[test]] -name = "typedarray" -[[test]] -name = "stack_limit" -[[test]] -name = "vec_conversion" - [lib] doctest = false