File: disable-missing-tests.diff

package info (click to toggle)
rust-jiff 0.2.15-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,124 kB
  • sloc: makefile: 2
file content (17 lines) | stat: -rw-r--r-- 422 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Index: jiff/tests/lib.rs
===================================================================
--- jiff.orig/tests/lib.rs
+++ jiff/tests/lib.rs
@@ -1,9 +1,9 @@
 // See: https://github.com/rust-lang/rust/pull/121364
 #![allow(unknown_lints, ambiguous_negative_literals)]
 
-mod init;
-mod procmacro;
-mod tc39_262;
+//mod init;
+//mod procmacro;
+//mod tc39_262;
 
 /// The simplest possible logger that logs to stderr.
 ///