summaryrefslogtreecommitdiffstats
path: root/src/test/pretty/expanded-and-path-remap-80832.pp
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/pretty/expanded-and-path-remap-80832.pp')
-rw-r--r--src/test/pretty/expanded-and-path-remap-80832.pp13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/test/pretty/expanded-and-path-remap-80832.pp b/src/test/pretty/expanded-and-path-remap-80832.pp
deleted file mode 100644
index 8385c5fa8..000000000
--- a/src/test/pretty/expanded-and-path-remap-80832.pp
+++ /dev/null
@@ -1,13 +0,0 @@
-#![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() {}