test for issue 80832

This commit is contained in:
Jeremy Fitzhardinge 2021-01-09 18:45:19 -08:00
parent 67978d56c1
commit d7ce9d5b6d
2 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,13 @@
#![feature(prelude_import)]
#![no_std]
#[prelude_import]
use ::std::prelude::v1::*;
#[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() { }

View File

@ -0,0 +1,7 @@
// 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() {}