aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Walbran <qwandor@google.com>2023-11-29 22:16:34 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-11-29 22:16:34 +0000
commitcea827557441ed7006edd52ad47aa2d168ade83a (patch)
tree1dc7a39e8adbe704eaee56ba07d5fa58fc3c95ed
parent2b2bb748ce559319afd0980b6ffd813980e7cd44 (diff)
parent2f247f610aaca3a64fe9b54f7533c2aae60d0f31 (diff)
downloadunicode-bidi-cea827557441ed7006edd52ad47aa2d168ade83a.tar.gz
Remove missing test from Cargo.toml. am: f16da22ef1 am: 2f247f610a
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/unicode-bidi/+/2852586 Change-Id: I207dcb07797678396547b5c16f365489a5fba8fd 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