File: fix-tests.diff

package info (click to toggle)
rust-figment 0.10.19-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 508 kB
  • sloc: sh: 68; makefile: 2
file content (40 lines) | stat: -rw-r--r-- 628 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -40,37 +40,6 @@
 name = "figment"
 path = "src/lib.rs"
 
-[[test]]
-name = "tuple-struct"
-path = "tests/tuple-struct.rs"
-
-[[test]]
-name = "lossy_values"
-path = "tests/lossy_values.rs"
-
-[[test]]
-name = "cargo"
-path = "tests/cargo.rs"
-
-[[test]]
-name = "empty-env-vars"
-path = "tests/empty-env-vars.rs"
-
-[[test]]
-name = "camel-case"
-path = "tests/camel-case.rs"
-
-[[test]]
-name = "enum"
-path = "tests/enum.rs"
-
-[[test]]
-name = "yaml-enum"
-path = "tests/yaml-enum.rs"
-
-[[test]]
-name = "tagged"
-path = "tests/tagged.rs"
 
 [dependencies.parking_lot]
 version = "0.12"