summaryrefslogtreecommitdiffstats
path: root/vendor/unicode-bidi/debian/patches/remove-refrence-to-missing-test.patch
blob: 391dcc3ac3ac699c64ec2d386e2dc3c7680e1319 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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"]