Move /src/test to /tests
This commit is contained in:
parent
ca855e6e42
commit
cf2dff2b1e
27592 changed files with 0 additions and 0 deletions
12
tests/rustdoc-ui/commandline-argfile-badutf8.rs
Normal file
12
tests/rustdoc-ui/commandline-argfile-badutf8.rs
Normal file
|
@ -0,0 +1,12 @@
|
|||
// Check to see if we can get parameters from an @argsfile file
|
||||
//
|
||||
// compile-flags: --cfg cmdline_set @{{src-base}}/commandline-argfile-badutf8.args
|
||||
|
||||
#[cfg(not(cmdline_set))]
|
||||
compile_error!("cmdline_set not set");
|
||||
|
||||
#[cfg(not(unbroken))]
|
||||
compile_error!("unbroken not set");
|
||||
|
||||
fn main() {
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue