diff options
Diffstat (limited to 'vendor/unicode-bidi/debian/patches/remove-refrence-to-missing-test.patch')
-rw-r--r-- | vendor/unicode-bidi/debian/patches/remove-refrence-to-missing-test.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/vendor/unicode-bidi/debian/patches/remove-refrence-to-missing-test.patch b/vendor/unicode-bidi/debian/patches/remove-refrence-to-missing-test.patch new file mode 100644 index 0000000..391dcc3 --- /dev/null +++ b/vendor/unicode-bidi/debian/patches/remove-refrence-to-missing-test.patch @@ -0,0 +1,16 @@ +Index: unicode-bidi/Cargo.toml +=================================================================== +--- unicode-bidi.orig/Cargo.toml ++++ unicode-bidi/Cargo.toml +@@ -42,11 +42,6 @@ repository = "https://github.com/servo/u + [lib] + name = "unicode_bidi" + +-[[test]] +-name = "conformance_tests" +-path = "tests/conformance_tests.rs" +-required-features = ["hardcoded-data"] +- + [dependencies.serde] + version = ">=0.8, <2.0" + features = ["derive"] |