diff options
| author | Jorge Aparicio <jorge@japaric.io> | 2017-07-04 11:26:11 -0500 |
|---|---|---|
| committer | Jorge Aparicio <jorge@japaric.io> | 2017-07-04 11:26:11 -0500 |
| commit | 86a360a3964ecb04a37c0424c76d7b43a9fd40fe (patch) | |
| tree | cbf0ebee17a588f8f004bdd27e590ee6c958761b /tests/cfail.rs | |
| parent | 2bf5401439df4494b33ef87201ee013eb1f167e8 (diff) | |
rtfm! macro take 2
Diffstat (limited to 'tests/cfail.rs')
| -rw-r--r-- | tests/cfail.rs | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/tests/cfail.rs b/tests/cfail.rs deleted file mode 100644 index 44c982c..0000000 --- a/tests/cfail.rs +++ /dev/null @@ -1,16 +0,0 @@ -extern crate compiletest_rs as compiletest; - -use std::path::PathBuf; - -use compiletest::common::Mode; - -#[test] -fn cfail() { - let mut config = compiletest::default_config(); - config.mode = Mode::CompileFail; - config.src_base = PathBuf::from(format!("tests/cfail")); - config.target_rustcflags = - Some("-L target/debug -L target/debug/deps ".to_string()); - - compiletest::run_tests(&config); -} |
