1diff --git a/Cargo.toml b/Cargo.toml 2index 02ea8fa..73aff86 100644 3--- a/Cargo.toml 4+++ b/Cargo.toml 5@@ -42,11 +42,6 @@ repository = "https://github.com/servo/unicode-bidi" 6 [lib] 7 name = "unicode_bidi" 8 9-[[test]] 10-name = "conformance_tests" 11-path = "tests/conformance_tests.rs" 12-required-features = ["hardcoded-data"] 13- 14 [dependencies.flame] 15 version = "0.2" 16 optional = true 17