aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Walbran <qwandor@google.com>2023-11-29 22:49:05 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-11-29 22:49:05 +0000
commited439983bed9554403f613c0e998e4ec289a7f29 (patch)
tree1dc7a39e8adbe704eaee56ba07d5fa58fc3c95ed
parent20a455b9c914a78c40c21120d66f098287e07c30 (diff)
parentcea827557441ed7006edd52ad47aa2d168ade83a (diff)
downloadunicode-bidi-ed439983bed9554403f613c0e998e4ec289a7f29.tar.gz
Remove missing test from Cargo.toml. am: f16da22ef1 am: 2f247f610a am: cea8275574
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/unicode-bidi/+/2852586 Change-Id: Iae9eccac5121f6e9422b605c5a02c10b064dee59 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--Cargo.toml5
-rw-r--r--patches/remove_missing_test.patch16
2 files changed, 16 insertions, 5 deletions
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
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