mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 12:12:50 +01:00
drop the "multi" test
This commit is contained in:
parent
7ca5bbf404
commit
f49bd0a7f5
1 changed files with 0 additions and 16 deletions
|
@ -1,16 +0,0 @@
|
|||
use std::path::PathBuf;
|
||||
|
||||
use compiletest_rs::{common::Mode, Config};
|
||||
|
||||
#[test]
|
||||
fn ui() {
|
||||
let mut config = Config::default();
|
||||
|
||||
config.mode = Mode::Ui;
|
||||
config.src_base = PathBuf::from("ui/multi");
|
||||
config.target_rustcflags = Some("--edition=2018 -Z unstable-options --extern rtfm".to_owned());
|
||||
config.link_deps();
|
||||
config.clean_rmeta();
|
||||
|
||||
compiletest_rs::run_tests(&config);
|
||||
}
|
Loading…
Reference in a new issue