aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Walbran <qwandor@google.com>2023-11-29 18:00:03 +0000
committerAndrew Walbran <qwandor@google.com>2023-11-29 18:00:03 +0000
commitf16da22ef1e758fbd0f30487493eaa89e5e48274 (patch)
tree1dc7a39e8adbe704eaee56ba07d5fa58fc3c95ed
parentbca0a38deb7ebf97056568e72f452a1ec0f249e1 (diff)
downloadunicode-bidi-f16da22ef1e758fbd0f30487493eaa89e5e48274.tar.gz
Remove missing test from Cargo.toml.
This test file doesn't exist, which breaks running cargo2android.py. Test: Ran cargo2android.py Change-Id: I10e02038c1bb105496409bad67d2b1d80b6acb3c
-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