diff options
Diffstat (limited to 'tests/rustdoc-ui/commandline-argfile-missing.rs')
| -rw-r--r-- | tests/rustdoc-ui/commandline-argfile-missing.rs | 14 | 
1 files changed, 0 insertions, 14 deletions
| diff --git a/tests/rustdoc-ui/commandline-argfile-missing.rs b/tests/rustdoc-ui/commandline-argfile-missing.rs deleted file mode 100644 index bb9644d66ce..00000000000 --- a/tests/rustdoc-ui/commandline-argfile-missing.rs +++ /dev/null @@ -1,14 +0,0 @@ -// Check to see if we can get parameters from an @argsfile file -// -//@ normalize-stderr-test: "os error \d+" -> "os error $$ERR" -//@ normalize-stderr-test: "commandline-argfile-missing.args:[^(]*" -> "commandline-argfile-missing.args: $$FILE_MISSING " -//@ compile-flags: --cfg cmdline_set @{{src-base}}/commandline-argfile-missing.args - -#[cfg(not(cmdline_set))] -compile_error!("cmdline_set not set"); - -#[cfg(not(unbroken))] -compile_error!("unbroken not set"); - -fn main() { -} | 
