File: remove-reference-to-missing-tests.patch

package info (click to toggle)
rust-owned-ttf-parser 0.25.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 376 kB
  • sloc: sh: 9; makefile: 4
file content (19 lines) | stat: -rw-r--r-- 451 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Index: owned-ttf-parser/Cargo.toml
===================================================================
--- owned-ttf-parser.orig/Cargo.toml
+++ owned-ttf-parser/Cargo.toml
@@ -38,14 +38,6 @@ path = "src/lib.rs"
 name = "face_mut"
 path = "tests/face_mut.rs"
 
-[[test]]
-name = "owned_ttf"
-path = "tests/owned_ttf.rs"
-
-[[test]]
-name = "preparse"
-path = "tests/preparse.rs"
-
 [dependencies.ttf-parser]
 version = "0.25"
 default-features = false