File: disable-unavailable-tests.patch

package info (click to toggle)
rust-protox-parse 0.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 420 kB
  • sloc: makefile: 2
file content (23 lines) | stat: -rw-r--r-- 388 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
Forwarded: not-needed
Last-Update: 2025-04-10
--- a/src/lex/mod.rs
+++ b/src/lex/mod.rs
@@ -1,2 +1,2 @@
-#[cfg(test)]
-mod tests;
+//#[cfg(test)]
+//mod tests;
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -20,2 +20,2 @@
-#[cfg(test)]
-mod tests;
+//#[cfg(test)]
+//mod tests;
--- a/src/parse/mod.rs
+++ b/src/parse/mod.rs
@@ -19,2 +19,2 @@
-#[cfg(test)]
-mod tests;
+//#[cfg(test)]
+//mod tests;