File: ignore_ui_tests.diff

package info (click to toggle)
rust-bon 3.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 720 kB
  • sloc: makefile: 2
file content (14 lines) | stat: -rw-r--r-- 482 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: ignoring ui tests as they depends on rust-analyzer
Author: Eddie Billoir <lechatp@outlook.fr>
Index: bon/tests/integration/ui/mod.rs
===================================================================
--- bon.orig/tests/integration/ui/mod.rs
+++ bon/tests/integration/ui/mod.rs
@@ -1,5 +1,5 @@
-#[cfg(not(miri))]
-#[test]
+//#[cfg(not(miri))]
+//#[test]
 fn ui() {
     let t = trybuild::TestCases::new();
     t.compile_fail("tests/integration/ui/compile_fail/*.rs");