aboutsummaryrefslogtreecommitdiff
path: root/patches/remove_missing_test.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/remove_missing_test.patch')
-rw-r--r--patches/remove_missing_test.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/patches/remove_missing_test.patch b/patches/remove_missing_test.patch
new file mode 100644
index 0000000..5a69521
--- /dev/null
+++ b/patches/remove_missing_test.patch
@@ -0,0 +1,16 @@
+diff --git a/Cargo.toml b/Cargo.toml
+index 02ea8fa..73aff86 100644
+--- a/Cargo.toml
++++ b/Cargo.toml
+@@ -42,11 +42,6 @@ repository = "https://github.com/servo/unicode-bidi"
+ [lib]
+ name = "unicode_bidi"
+
+-[[test]]
+-name = "conformance_tests"
+-path = "tests/conformance_tests.rs"
+-required-features = ["hardcoded-data"]
+-
+ [dependencies.flame]
+ version = "0.2"
+ optional = true