summaryrefslogtreecommitdiffstats
path: root/src/test/ui/remap-path-prefix.rs
blob: 2eef97099770837be81a89d93a1b06f5f6b34599 (plain)
1
2
3
4
5
6
7
8
9
// compile-flags: --remap-path-prefix={{src-base}}=remapped

fn main() {
    // We cannot actually put an ERROR marker here because
    // the file name in the error message is not what the
    // test framework expects (since the filename gets remapped).
    // We still test the expected error in the stderr file.
    ferris
}