File: disable-missing-tests.patch

package info (click to toggle)
rust-cxx 1.0.141-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,632 kB
  • sloc: cpp: 1,573; javascript: 124; sh: 11; makefile: 8
file content (13 lines) | stat: -rw-r--r-- 201 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -103,10 +103,6 @@
 path = "tests/cxx_vector.rs"
 
 [[test]]
-name = "test"
-path = "tests/test.rs"
-
-[[test]]
 name = "unique_ptr"
 path = "tests/unique_ptr.rs"