File: skip-trybuild-tests.diff

package info (click to toggle)
rust-proc-macro2-diagnostics 0.10.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 180 kB
  • sloc: makefile: 2
file content (9 lines) | stat: -rw-r--r-- 245 bytes parent folder | download
1
2
3
4
5
6
7
8
9
--- rust-proc-macro2-diagnostics-0.10.1.orig/tests/main.rs
+++ rust-proc-macro2-diagnostics-0.10.1/tests/main.rs
@@ -1,5 +1,6 @@
 #[test]
 fn main() {
+    return;
     let t = trybuild::TestCases::new();
 
     #[cfg(not(nightly_diagnostics))]