File: disable-unavailable-tests.patch

package info (click to toggle)
rust-prost-reflect 0.15.0-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,180 kB
  • sloc: makefile: 2
file content (13 lines) | stat: -rw-r--r-- 237 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/src/descriptor/mod.rs
+++ b/src/descriptor/mod.rs
@@ -3,8 +3,8 @@
 mod error;
 mod global;
 mod tag;
-#[cfg(test)]
-mod tests;
+//#[cfg(test)]
+//mod tests;
 pub(crate) mod types;
 
 pub use self::error::DescriptorError;