diff options
Diffstat (limited to 'src/test/pretty/expanded-and-path-remap-80832.pp')
-rw-r--r-- | src/test/pretty/expanded-and-path-remap-80832.pp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/test/pretty/expanded-and-path-remap-80832.pp b/src/test/pretty/expanded-and-path-remap-80832.pp new file mode 100644 index 000000000..8385c5fa8 --- /dev/null +++ b/src/test/pretty/expanded-and-path-remap-80832.pp @@ -0,0 +1,13 @@ +#![feature(prelude_import)] +#![no_std] +#[prelude_import] +use ::std::prelude::rust_2015::*; +#[macro_use] +extern crate std; +// Test for issue 80832 +// +// pretty-mode:expanded +// pp-exact:expanded-and-path-remap-80832.pp +// compile-flags: --remap-path-prefix {{src-base}}=the/src + +fn main() {} |